477a1c
# configuration for harware sensors monitoring daemon
477a1c
# use suffix "m" for minutes, "s" for seconds, "h" for hours
477a1c
# 0 turns the facility off
477a1c
477a1c
# interval between scanning alarms
477a1c
INTERVAL=1m
477a1c
477a1c
# interval between logging
477a1c
LOG_INTERVAL=20m
477a1c
477a1c
# interval between RRD logging
477a1c
# RRD_INTERVAL=1m
477a1c
477a1c
# RRD db location
477a1c
# RRD_LOGFILE=/var/log/sensors.rrd
477a1c
477a1c
# Switch RRD in non-average mode ... 1 - enabled, 0 - disabled (default)
477a1c
# RRD_NO_AVG=1
477a1c
477a1c
# Include load average in RRD ... 1 - enabled, 0 - disabled (default)
477a1c
# LOAD_AVG=1