{% load hc_extras humanize %}

"{{ check.name_then_code }}" is {{ check.status|upper }}. View on {% site_name %}…

{% if check.desc %}

Description
{{ check.desc|linebreaksbr }}

{% endif %} {% cycle '' '' as trtr silent %} {% if check.project.name %} {{ trtr|safe }} {% cycle trtr %} {% endif %} {% if check.tags_list %} {{ trtr|safe }} {% cycle trtr %} {% endif %} {% if check.kind == "simple" %} {{ trtr|safe }} {% cycle trtr %} {% endif %} {% if check.kind == "cron" %} {{ trtr|safe }} {% cycle trtr %} {% endif %} {% if ping %} {% endif %}
Project
{{ check.project.name }}
Tags
{% for tag in check.tags_list %} {{ tag }} {% endfor %}
Period
{{ check.timeout|hc_duration }}
Schedule
{{ check.schedule }}
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 %}
{% if ping and ping.body %}

Last Ping Body

{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}
{% endif %} {% if projects %}

Projects Overview

{% for project in projects %} {% endfor %}
{{ 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 %}
{% endif %}


{% site_name %}
{% if check.project.name %} Unsubscribe from "{{ check.project.name }}" notifications {% else %} Unsubscribe {% endif %}