From f2040f07fac6e7957ee4028e070696d16d1cd1e8 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Fri, 1 Aug 2025 16:16:20 -0500 Subject: [PATCH] Update kuma-push.sh --- kuma-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) # --------------------------------------------------------------------------- #