healthchecks/templates/integrations/pagertree_description.html
2017-12-14 11:10:08 -08:00

6 lines
162 B
HTML

{% load humanize %}
{{ check.name_then_code }} is {{ check.status }}.
{% if check.status == "down" %}
Last ping was {{ check.last_ping|naturaltime }}
{% endif %}