]> git.pld-linux.org Git - packages/lm_sensors.git/blob - sensors.sysconfig
- rel 5
[packages/lm_sensors.git] / sensors.sysconfig
1 # configuration for harware sensors monitoring daemon
2 # in intevrals use suffix "m" for minutes, "s" for seconds, "h" for hours
3 # 0 means turning facility off
4
5 # interval between scanning alarms
6 INTERVAL=1m
7
8 # interval between logging
9 LOG_INTERVAL=20m
10
11 # configure sensors (i.e. call `sensors -s') before starting daemon?
12 # Allows to change min and max alarm limits from sensors.conf
13 #SENSORS_SET=1
14
15 # BUS - stands for i2c bus, one of: ali1535, ali15x3, amd756, hydra, i801,
16 #       i810, isa, piix4, savage4, sis5595, via, viapro, voodoo3
17
18 BUS=
19
20 # CHIP - stands for sensors chip, one of: adm1021, adm1024, adm1025,
21 #       adm9240, bt869, ddcmon, ds1621, eeprom fscpos, fscscy, gl518sm,
22 #       gl520sm, icspll, it87, lm75, lm78, lm80 lm87, ltc1710, matorb,
23 #       maxilife, mtp008, pcf8574, sis5595, thmc50 via686a, vt1211, w83781d
24
25 CHIP=
26
27 # You may use sensors-detect commant to check what bus and chips are available
28
29 # example for VIAKT* mainboards (bus is not (!) via)
30 # BUS=isa
31 # CHIP=via686a
This page took 0.284371 seconds and 3 git commands to generate.