19d6c59990
- Various specfile cleanups to match the Fedora packaging guidelines this fixes bz 238787 amongst other things - Use lm_sensors provided initscript instead of our own private one, this stops the sometimes unnecessary loading of i2c-dev - No longer ship a static version of the library in -devel - Compile sensord and eepromer extra programs and put each in its own subpackage (bz 236904)
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
|
|
|