wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lm-sensors/stuff/healthd.conf	Fri Apr 17 17:54:29 2020 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +#
     1.5 +# /etc/healthd.conf
     1.6 +#
     1.7 +
     1.8 +# reset any pending alarms on startup
     1.9 +ALARM_RESET="yes"
    1.10 +
    1.11 +# where to sent mails on alarm
    1.12 +ADMIN_EMAIL="root"
    1.13 +
    1.14 +# Seconds to sleep when alarm detected before checking again
    1.15 +# If you want to fill up your mail inbox set this to 2. ;-)
    1.16 +ALARM_SLEEP=600
    1.17 +
    1.18 +# command to run in background on each alarm
    1.19 +# N.B.: If you choose to use the beep command, you'll need to install it: pacman -S beep
    1.20 +ALARM_CMD="beep -f 800 -l 500 -d 500 -r 600"