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

Cron Monitoring. Get Notified When Your Cron Jobs Fail

Here's an unique ping address for you:

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

Status {{ check.code }}

Last ping Period Alert in
{% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} 1 day (log in to change) {{ timer_formatted }}

E-mail Address to Receive Alerts:

{% csrf_token %}
@
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}