diff --git a/files/status.benpro.fr.sh b/files/status.benpro.fr.sh index 74c7ac6..2ef7dd4 100644 Binary files a/files/status.benpro.fr.sh and b/files/status.benpro.fr.sh differ diff --git a/files/status.benpro.fr.sh_clear b/files/status.benpro.fr.sh_clear index 8d8efce..a48a090 100644 --- a/files/status.benpro.fr.sh_clear +++ b/files/status.benpro.fr.sh_clear @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -latency="$(ping -c 5 uptime.benpro.fr | awk '{print $4}' | tail -1 | cut -d'/' -f2) ms" +latency="$(ping -c 5 oracle.benpro.fr | awk '{print $4}' | tail -1 | cut -d'/' -f2) ms" URI="https://status.benpro.fr/api/push/?msg=OK&ping=${latency}" /usr/bin/curl -s -o /dev/null "$URI"