This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
pyinfra-lxd/files/status.benpro.fr.sh_clear
2022-03-12 14:28:51 +09:00

6 lines
236 B
Bash

#!/usr/bin/env bash
set -euo pipefail
latency="$(ping -c 5 oracle.benpro.fr | awk '{print $4}' | tail -1 | cut -d'/' -f2) ms"
URI="https://status.benpro.fr/api/push/<secret>?msg=OK&ping=${latency}"
/usr/bin/curl -s -o /dev/null "$URI"