17 lines
357 B
Plaintext
17 lines
357 B
Plaintext
|
# configuration for harware sensors monitoring daemon
|
||
|
# in intevrals use suffix "m" for minutes, "s" for seconds, "h" for hours
|
||
|
# 0 means turning facility off
|
||
|
|
||
|
# 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
|
||
|
|