healthchecks_healthchecks/templates/integrations/pushover_title.html
2024-04-12 15:14:19 +03:00

6 lines
131 B
HTML

{% if status == "down" %}
🔴 {{ check.name_then_code|safe }}
{% else %}
🟢 {{ check.name_then_code|safe }}
{% endif %}