]> git.pld-linux.org Git - packages/lm_sensors.git/blob - sensors.sysconfig
- "Requires: kernel-misc-lm_sensors" not lm_sensors-modules.
[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 # BUS stands for i2c bus, one of:
7 # ali1535, ali15x5, amd756, hydra, i801, i810, isa, keywest,
8 # piix4, sis5595, tsunami, via, viapro, voodoo3
9 #
10 # CHIP stands for sensors chip, one of:
11 # adm1021, adm1024, adm1025, adm9240, bt869, ddcmon, ds1621, eeprom
12 # fscpos, fscscy, gl518sm, gl520sm, icspll, it87, lm75, lm78, lm80
13 # lm87, ltc1710, matorb, maxilife, mtp008, pcf8574, sis5595, thmc50
14 # via686a, w83781d
15
16 # interval between scanning alarms
17 INTERVAL=1m
18
19 # interval between logging
20 LOG_INTERVAL=20m
21
22 # configure sensors (i.e. call `sensors -s') before starting daemon?
23 #SENSORS_SET=1
24
25 # example for VIAKT* mainboards (bus is not (!) via)
26 # BUS=isa
27 # CHIP=via686a
This page took 0.02925 seconds and 3 git commands to generate.