0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-03-15 04:34:49 +00:00
healthchecks_healthchecks/templates/integrations/victorops_description.html

6 lines
213 B
HTML

{% load humanize %}
{% if status == "down" %}
{{ check.name_then_code|safe }} is DOWN{% if flip.reason %} ({{ flip.reason_long }}){% endif %}.
{% else %}
{{ check.name_then_code|safe }} is UP.
{% endif %}