forked from GithubBackups/healthchecks
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
# using curl:
|
|
curl {{ ping_url }}
|
|
|
|
# using wget:
|
|
wget {{ ping_url }} -O /dev/null |