{% extends "base.html" %} {% load humanize staticfiles %} {% block content %}

Get Notified When Your Cron Jobs Fail

Here's an unique ping address for you:

{{ ping_url }}
{% include "front/snippets/crontab.txt" %}
{% include "front/snippets/bash.txt" %}
{% include "front/snippets/python.txt" %}
{% include "front/snippets/browser.txt" %}

Status {{ check.code }}

Last ping Frequency Alert in
{% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} 1 day {{ timer_formatted }}

E-mail Address to Receive Alerts:

{% csrf_token %}
@
{% endblock %} {% block scripts %} {% endblock %}