mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-17 10:12:32 +00:00
3 lines
215 B
HTML
3 lines
215 B
HTML
<div class="highlight"><pre><span></span><span class="c1"># using curl (10 second timeout, retry up to 5 times):</span>
|
|
curl -m <span class="m">10</span> --retry <span class="m">5</span> {{ ping_url }}
|
|
</pre></div>
|