]> git.pld-linux.org Git - packages/lm_sensors.git/blame - sensors.sysconfig
- added rrd support
[packages/lm_sensors.git] / sensors.sysconfig
CommitLineData
705038de 1# configuration for harware sensors monitoring daemon
705038de 2# in intevrals use suffix "m" for minutes, "s" for seconds, "h" for hours
3# 0 means turning facility off
705038de 4
5# interval between scanning alarms
6INTERVAL=1m
7
8# interval between logging
9LOG_INTERVAL=20m
10
09e9890d 11# configure sensors (i.e. call `sensors -s') before starting daemon?
a53f0dd7 12# Allows to change min and max alarm limits from sensors.conf
09e9890d
JB
13#SENSORS_SET=1
14
a53f0dd7
PG
15# BUS - stands for i2c bus, one of: ali1535, ali15x3, amd756, hydra, i801,
16# i810, isa, piix4, savage4, sis5595, via, viapro, voodoo3
97930669 17
18BUS=
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,
a53f0dd7 23# maxilife, mtp008, pcf8574, sis5595, thmc50 via686a, vt1211, w83781d
97930669 24
25CHIP=
26
4f2e5d11
JK
27# You may use sensors-detect commant to check what bus and chips are available
28
705038de 29# example for VIAKT* mainboards (bus is not (!) via)
30# BUS=isa
31# CHIP=via686a
This page took 0.041463 seconds and 4 git commands to generate.