wok-next annotate lm-sensors/stuff/healthd.conf @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents
children
rev   line source
al@20018 1 #
al@20018 2 # /etc/healthd.conf
al@20018 3 #
al@20018 4
al@20018 5 # reset any pending alarms on startup
al@20018 6 ALARM_RESET="yes"
al@20018 7
al@20018 8 # where to sent mails on alarm
al@20018 9 ADMIN_EMAIL="root"
al@20018 10
al@20018 11 # Seconds to sleep when alarm detected before checking again
al@20018 12 # If you want to fill up your mail inbox set this to 2. ;-)
al@20018 13 ALARM_SLEEP=600
al@20018 14
al@20018 15 # command to run in background on each alarm
al@20018 16 # N.B.: If you choose to use the beep command, you'll need to install it: pacman -S beep
al@20018 17 ALARM_CMD="beep -f 800 -l 500 -d 500 -r 600"