changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > etc / healthd.conf

changeset 1: 71488d7123d0
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 27 Apr 2024 01:57:33 +0000
permissions: -rw-r--r--
description: bootstrap
1 #
2 # /etc/healthd.conf
3 #
4 
5 # reset any pending alarms on startup
6 ALARM_RESET="yes"
7 
8 # where to sent mails on alarm
9 ADMIN_EMAIL="root"
10 
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
14 
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"