healthchecks_healthchecks/templates/integrations/spike_description.html
2024-12-18 09:39:56 +02:00

5 lines
224 B
HTML

{% load humanize %}
{{ check.name_then_code|safe }} is {{ status|upper }}{% if flip.reason %} ({{ flip.reason_long }}){% endif %}.
{% if status == "down" and ping %}
Last ping was {{ ping.created|naturaltime }}.
{% endif %}