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