wok-next view lm-sensors/stuff/healthd.conf @ rev 20690
add missing SHA256sums
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon May 21 19:36:47 2018 +0000 (2018-05-21) |
parents | |
children |
line source
1 #
2 # /etc/healthd.conf
3 #
5 # reset any pending alarms on startup
6 ALARM_RESET="yes"
8 # where to sent mails on alarm
9 ADMIN_EMAIL="root"
11 # Seconds to sleep when alarm detected before checking again
12 # If you want to fill up your mail inbox set this to 2. ;-)
13 ALARM_SLEEP=600
15 # command to run in background on each alarm
16 # N.B.: If you choose to use the beep command, you'll need to install it: pacman -S beep
17 ALARM_CMD="beep -f 800 -l 500 -d 500 -r 600"