healthchecks_healthchecks/templates/integrations/sms_message.html
2024-12-18 12:31:22 +02:00

6 lines
271 B
HTML

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