0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-17 10:12:32 +00:00
healthchecks_healthchecks/templates/front/snippets/bash_curl.html
2020-07-17 16:51:23 +03:00

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>