Remove prometheus
This commit is contained in:
parent
90064091ea
commit
532d357197
3 changed files with 5 additions and 7 deletions
healthcheck/data
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
# Reduce pings to 60 minutes
|
||||
[ $(date +'%M') -eq '00' ] || exit
|
||||
|
||||
cd /opt/ || exit
|
||||
|
||||
hc_url="https://hc-ping.com/$MAIL_HC_UID"
|
||||
|
|
Reference in a new issue