-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathomv-sensor.conf
executable file
·46 lines (38 loc) · 1.42 KB
/
omv-sensor.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
######################################################################
# OMV-Sensor configuration-file
# to use with the sensors-script from OMV
######################################################################
# Make sure, you edit this file with vim, nano or any other
# linux-compatible editor, like UltraEdit or Notepad++
#
# ---------------------------------------------------------------------
# Don't forget to run
#
# /usr/share/openmediavault/scripts/collectd.d/sensors
#
# and
#
# omv-mkgraph
#
# after changing this configuration file to make your changes happen
# ---------------------------------------------------------------------
######################################################################
# OMV-Sensor Configuration
######################################################################
# Set all this variables relative to /var/lib/collectd/rrd/localhost/
#
# Example: SENSOR1=sensors-coretemp-isa-0000/temperature-temp1.rrd
# means the file /var/lib/collectd/rrd/localhost/sensors-coretemp-isa-0000/temperature-temp1.rrd
#
SENSOR1="sensors-coretemp-isa-0000/temperature-temp1.rrd"
# If you need only one sensor, leave this empty
SENSOR2=""
# If you don't want to monitor your fanspeed, leave this empty
FANSPEED=""
# Set this to fit your setup:
# 1 = one sensor, no fanspeed
# 2 = two sensors, no fanspeed
# 3 = one sensor and fanspeed
# 4 = two sensors and fanspeed
pluginconf="1"
# End of configuration