healthchecks_healthchecks/templates/integrations/pushbullet_message.html

5 lines
209 B
HTML

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