]> git.pld-linux.org Git - packages/lm_sensors.git/blobdiff - sensors.sysconfig
- added using depmod macro
[packages/lm_sensors.git] / sensors.sysconfig
index f2ba3c0393197f06b6e97ec4ca628a55bf3cd629..931c2c324fcae3bb291849d3b7815841422c3036 100644 (file)
@@ -1,8 +1,6 @@
 # configuration for harware sensors monitoring daemon
-
 # in intevrals use suffix "m" for minutes, "s" for seconds, "h" for hours
 # 0 means turning facility off
-#
 
 # interval between scanning alarms
 INTERVAL=1m
@@ -10,22 +8,30 @@ INTERVAL=1m
 # interval between logging
 LOG_INTERVAL=20m
 
+# interval between RRD logging
+# RRD_INTERVAL=1m
+
+# RRD db location
+# RRD_LOGFILE=/var/log/sensors.rrd
+
 # configure sensors (i.e. call `sensors -s') before starting daemon?
+# Allows to change min and max alarm limits from sensors.conf
 #SENSORS_SET=1
 
-
-# BUS - stands for i2c bus, one of: ali1535, ali15x5, amd756, hydra, i801,
-#      i810, isa, keywest, piix4, sis5595, tsunami, via, viapro, voodoo3
+# BUS - stands for i2c bus, one of: ali1535, ali15x3, amd756, hydra, i801,
+#      i810, isa, piix4, savage4, sis5595, via, viapro, voodoo3
 
 BUS=
 
 # CHIP - stands for sensors chip, one of: adm1021, adm1024, adm1025,
 #      adm9240, bt869, ddcmon, ds1621, eeprom fscpos, fscscy, gl518sm,
 #      gl520sm, icspll, it87, lm75, lm78, lm80 lm87, ltc1710, matorb,
-#      maxilife, mtp008, pcf8574, sis5595, thmc50 via686a, w83781d
+#      maxilife, mtp008, pcf8574, sis5595, thmc50 via686a, vt1211, w83781d
 
 CHIP=
 
+# You may use sensors-detect commant to check what bus and chips are available
+
 # example for VIAKT* mainboards (bus is not (!) via)
 # BUS=isa
 # CHIP=via686a
This page took 0.051897 seconds and 4 git commands to generate.