]> git.pld-linux.org Git - packages/lm_sensors.git/blame_incremental - sensors.sysconfig
- enforce SYSFS_SUPPORT, so it works on Linux 2.6.x even if built with 2.4.x modules
[packages/lm_sensors.git] / sensors.sysconfig
... / ...
CommitLineData
1# configuration for harware sensors monitoring daemon
2# in intevrals use suffix "m" for minutes, "s" for seconds, "h" for hours
3# 0 means turning facility off
4
5# interval between scanning alarms
6INTERVAL=1m
7
8# interval between logging
9LOG_INTERVAL=20m
10
11# interval between RRD logging
12# RRD_INTERVAL=1m
13
14# RRD db location
15# RRD_LOGFILE=/var/log/sensors.rrd
16
17# configure sensors (i.e. call `sensors -s') before starting daemon?
18# Allows to change min and max alarm limits from sensors.conf
19#SENSORS_SET=1
20
21# BUS - stands for i2c bus, one of: ali1535, ali15x3, amd756, hydra, i801,
22# i810, isa, piix4, savage4, sis5595, via, viapro, voodoo3
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,
29# maxilife, mtp008, pcf8574, sis5595, thmc50 via686a, vt1211, w83781d
30
31CHIP=
32
33# You may use sensors-detect commant to check what bus and chips are available
34
35# example for VIAKT* mainboards (bus is not (!) via)
36# BUS=isa
37# CHIP=via686a
This page took 0.026116 seconds and 4 git commands to generate.