diff --git a/kuma-push.sh b/kuma-push.sh index a224c99..d962560 100644 --- a/kuma-push.sh +++ b/kuma-push.sh @@ -8,7 +8,7 @@ CFG="/opt/kuma-checks.json" BASE="https://status.jordanwages.com/api/push" WGET_OPTS=(--quiet --tries=1 --timeout=4 --output-document=/dev/null) -# 0-4 s jitter so many VMs don’t 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 )) # --------------------------------------------------------------------------- #