mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-23 07:57:39 +00:00
4 lines
215 B
HTML
4 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>
|