3 HTMLDIR="/var/www/htdocs/default"
5 PASTHTMLFILE="pastincidents.html"
6 INCIDENTSFILE="incidents.txt"
7 PASTINCIDENTSFILE="pastincidents.txt"
8 PUSHOVER="/home/root/bin/pushover.pl"
9 PUSHOVER_CONF="/home/root/_pushover.conf"
10 PUSHOVER_STATUS="status"
11 RECIPIENT="alerts@example.com"
13 RSS_DESCRIPTION="Incidents and Maintenance Updates"
15 RSS_URL="https://ops.example.com"
16 SENDER="uptimeatomic@example.com"
19 USERAGENT="User-Agent: Mozilla/5.0 (OpenBSD; Intel OpenBSD 7.4; rv:109.0) Gecko/20100101 Firefox/113.0"