healthchecks/templates/integrations/pagertree_description.html
2017-12-14 15:28:23 -08:00

6 lines
169 B
HTML

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