mirror of
https://codeberg.org/hyperreal/go-uptime-alert
synced 2024-11-01 08:43:11 +01:00
Add Bash and curl method
This commit is contained in:
parent
2617224d2e
commit
04e4331c99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user