Update kuma-push.sh

This commit is contained in:
Jordan Wages 2025-08-01 16:16:20 -05:00
commit f2040f07fa

View file

@ -8,7 +8,7 @@ CFG="/opt/kuma-checks.json"
BASE="https://status.jordanwages.com/api/push" BASE="https://status.jordanwages.com/api/push"
WGET_OPTS=(--quiet --tries=1 --timeout=4 --output-document=/dev/null) WGET_OPTS=(--quiet --tries=1 --timeout=4 --output-document=/dev/null)
# 0-4 s jitter so many VMs dont hit Kuma at the exact same second # 0-4 s jitter so many VMs don't hit Kuma at the exact same second
sleep $(( RANDOM % 5 )) sleep $(( RANDOM % 5 ))
# --------------------------------------------------------------------------- # # --------------------------------------------------------------------------- #