Remove prometheus

This commit is contained in:
Tobias Reisinger 2023-12-08 16:20:13 +01:00
parent 90064091ea
commit 532d357197
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 5 additions and 7 deletions
healthcheck/data

View file

@ -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"