healthchecks/templates/integrations/matrix_description.html
2019-02-22 18:23:36 +02:00

7 lines
206 B
HTML

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