]> git.pld-linux.org Git - packages/lm_sensors.git/blame - sensors.sysconfig
- better comment style.
[packages/lm_sensors.git] / sensors.sysconfig
CommitLineData
705038de 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#
705038de 6
7# interval between scanning alarms
8INTERVAL=1m
9
10# interval between logging
11LOG_INTERVAL=20m
12
09e9890d
JB
13# configure sensors (i.e. call `sensors -s') before starting daemon?
14#SENSORS_SET=1
15
97930669 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
20BUS=
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
27CHIP=
28
705038de 29# example for VIAKT* mainboards (bus is not (!) via)
30# BUS=isa
31# CHIP=via686a
This page took 0.067541 seconds and 4 git commands to generate.