2007-07-10 20:58:05 +00:00
|
|
|
# configuration for harware sensors monitoring daemon
|
2014-01-24 14:02:12 +00:00
|
|
|
# use suffix "m" for minutes, "s" for seconds, "h" for hours
|
|
|
|
# 0 turns the facility off
|
2007-07-10 20:58:05 +00:00
|
|
|
|
|
|
|
# interval between scanning alarms
|
|
|
|
INTERVAL=1m
|
|
|
|
|
|
|
|
# interval between logging
|
|
|
|
LOG_INTERVAL=20m
|
|
|
|
|
|
|
|
# interval between RRD logging
|
|
|
|
# RRD_INTERVAL=1m
|
|
|
|
|
|
|
|
# RRD db location
|
|
|
|
# RRD_LOGFILE=/var/log/sensors.rrd
|
|
|
|
|
2014-01-10 13:46:42 +00:00
|
|
|
# Switch RRD in non-average mode ... 1 - enabled, 0 - disabled (default)
|
|
|
|
# RRD_NO_AVG=1
|
|
|
|
|
|
|
|
# Include load average in RRD ... 1 - enabled, 0 - disabled (default)
|
|
|
|
# LOAD_AVG=1
|