Usage Examples

  • Crontab
  • Bash
  • Python
  • Ruby
  • Node.js
  • Go
  • PHP
  • C#
  • Browser
  • PowerShell
  • Email
{% with ping_url=check.url|default:'' %}
{% include "front/snippets/crontab.html" %}
{% include "front/snippets/bash_curl.html" %} {% include "front/snippets/bash_wget.html" %}
{% include "front/snippets/python_urllib2.html" %} {% include "front/snippets/python_requests.html" %}
{% include "front/snippets/ruby.html" %}
{% include "front/snippets/node.html" %}
{% include "front/snippets/go.html" %}
{% include "front/snippets/php.html" %}
{% include "front/snippets/cs.html" %}
{% include "front/snippets/browser.html" %}
{% include "front/snippets/powershell.html" %}

As an alternative to HTTP/HTTPS requests, you can "ping" this check by sending an email message to {{ check.email }}

{% endwith %}