Update kuma-push.sh
This commit is contained in:
parent
63539bb423
commit
f2040f07fa
1 changed files with 1 additions and 1 deletions
|
@ -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 ))
|
||||
|
||||
# --------------------------------------------------------------------------- #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue