Add Bash and curl method

This commit is contained in:
Jeffrey Serio 2023-10-25 09:57:05 -05:00
parent 2617224d2e
commit 04e4331c99

View File

@ -82,7 +82,7 @@ sudo -u user /home/user/go/bin/go-uptime-alert >> "${LOGFILE}" 2>&1
declare -A sites_hc_urls
sites_hc_urls["https://hyperreal.coffee"]="https://healthchecks.io/ping/blahblah"
sites_hc_urls["https://anonoverflow.hyperreal.coffee""]="https://healthchecks.io/ping/blahblahblah"
sites_hc_urls["https://anonoverflow.hyperreal.coffee"]="https://healthchecks.io/ping/blahblahblah"
...
for key in "${!sites_hc_urls[@]}"; do