This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
forked from walterheisenberg/omvsensors
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathomv-sensor.conf
executable file
·61 lines (50 loc) · 1.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
######################################################################
# 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/mkconf/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"
# Change NUM_HDD to the number of Hard Drives you have
NUM_HDD=0
# Set all these variables relative to /var/lib/collectd/rrd/localhost/
#
# Example: HDD1="hddtemp/temperature-8-0.rrd"
# means the file /var/lib/collectd/rrd/localhost/hddtemp/temperature-8-0.rrd
#
# Add more lines as required (HDD5, HDD6, ..., HDD9, HDD10, HDD11, etc)
HDD1="hddtemp/temperature-8-0.rrd"
HDD2=""
HDD3=""
HDD4=""
# End of configuration