{% load hc_extras %} {% if events %} {% for event in events %} {% if event.n %} {% endif %} {% if event.check_status %} {% endif %} {% endfor %}
#{{ event.n }} {% if event.exitstatus > 0 %} Status {{ event.exitstatus }} {% elif event.kind == "fail" %} Failure {% elif event.kind == "start" %} Started {% elif event.kind == "ign" %} Ignored {% else %} OK {% endif %} {% if event.delta %}
{{ event.delta|hms }}
{% endif %} {% if event.scheme == "email" %} {{ event.ua }} {% else %} {{ event.scheme|upper }} {{ event.method }} {% if event.remote_addr %} from {{ event.remote_addr }} {% endif %} {% if event.ua %} - {{ event.ua|truncatechars:80 }} {% endif %} {% endif %}
{% include "front/event_summary.html" %}

Show More…

{% else %}
You will see a log of received pings here.
This check has not received any pings yet.
{% endif %}