]> git.pld-linux.org Git - packages/lm_sensors.git/blame - sensors.sysconfig
- pre-2.4 install scheme no longer supported - updated BR
[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
e6f46f5e 11# interval between RRD logging
12# RRD_INTERVAL=1m
13
14# RRD db location
15# RRD_LOGFILE=/var/log/sensors.rrd
16
09e9890d 17# configure sensors (i.e. call `sensors -s') before starting daemon?
a53f0dd7 18# Allows to change min and max alarm limits from sensors.conf
09e9890d
JB
19#SENSORS_SET=1
20
a53f0dd7
PG
21# BUS - stands for i2c bus, one of: ali1535, ali15x3, amd756, hydra, i801,
22# i810, isa, piix4, savage4, sis5595, via, viapro, voodoo3
97930669 23
24BUS=
25
26# CHIP - stands for sensors chip, one of: adm1021, adm1024, adm1025,
27# adm9240, bt869, ddcmon, ds1621, eeprom fscpos, fscscy, gl518sm,
28# gl520sm, icspll, it87, lm75, lm78, lm80 lm87, ltc1710, matorb,
a53f0dd7 29# maxilife, mtp008, pcf8574, sis5595, thmc50 via686a, vt1211, w83781d
97930669 30
31CHIP=
32
4f2e5d11
JK
33# You may use sensors-detect commant to check what bus and chips are available
34
705038de 35# example for VIAKT* mainboards (bus is not (!) via)
36# BUS=isa
37# CHIP=via686a
This page took 0.062963 seconds and 4 git commands to generate.