mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-23 16:07:39 +00:00
3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
# using wget (10 second timeout, retry up to 5 times):
|
|
wget PING_URL -T 10 -t 5 -O /dev/null
|