0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-17 02:07:45 +00:00
healthchecks_healthchecks/templates/front/snippets/powershell.html
2017-08-12 19:00:42 +03:00

3 lines
187 B
HTML

<div class="highlight"><pre><span></span><span class="c"># inside a PowerShell script:</span>
<span class="nb">Invoke-RestMethod</span> <span class="n">{{ ping_url }}</span>
</pre></div>