changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > etc / healthd.conf

revision 1: 71488d7123d0
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/healthd.conf	Sat Apr 27 01:57:33 2024 +0000
     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"