{% load hc_extras humanize %}
"{{ check.name_then_code }}" is {{ check.status|upper }}. View on {% site_name %}…
{% if check.desc %}
Description
{{ check.desc|linebreaksbr }}
Project {{ check.project.name }} |
{{ trtr|safe }} {% cycle trtr %}
{% endif %}
{% if check.tags_list %}
Tags {% for tag in check.tags_list %} {{ tag }}
{% endfor %}
|
{{ trtr|safe }} {% cycle trtr %}
{% endif %}
{% if check.kind == "simple" %}
Period {{ check.timeout|hc_duration }} |
{{ trtr|safe }} {% cycle trtr %}
{% endif %}
{% if check.kind == "cron" %}
Schedule{{ check.schedule }}
|
{{ trtr|safe }} {% cycle trtr %}
{% endif %}
Total Pings {{ check.n_pings }} {% if check.created %}(since {{ check.created|date:'M j, Y' }}){% endif %} |
Last Ping {{ ping.created|naturaltime }}{% if ping.remote_addr %}, from {{ ping.remote_addr }}{% endif %} |
Last Ping Type {% if ping.exitstatus > 0 %} Exit status {{ ping.exitstatus }} {% elif ping.exitstatus == 0 %} Exit status 0 {% elif ping.kind == "fail" %} Failure {% elif ping.kind == "start" %} Started {% elif ping.kind == "ign" %} Ignored {% else %} Success {% endif %} |
Last Ping Body
{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}{% endif %} {% if projects %}
Projects Overview
{{ project }} | {% with project.get_n_down as n_down %} {% if n_down %} {{ n_down }} check{{ n_down|pluralize }} down {% else %} OK, all checks up {% endif %} {% endwith %} |
—
{% site_name %}
{% if check.project.name %}
Unsubscribe from "{{ check.project.name }}" notifications
{% else %}
Unsubscribe
{% endif %}