healthchecks_healthchecks/templates/front/snippets/powershell_inline.html
2021-10-19 16:33:37 +03:00

4 lines
254 B
HTML

<div class="highlight"><pre><span></span><span class="c1"># Without an underlying script, passing the command to PowerShell directly:</span>
powershell.exe -Command <span class="s2">&quot;&amp;{Invoke-RestMethod {{ ping_url }}}&quot;</span>
</pre></div>