healthchecks/templates/integrations/spike_description.html
2020-07-09 10:44:40 +03:00

5 lines
168 B
HTML

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