healthchecks/templates/integrations/pushover_title.html

5 lines
134 B
HTML

{% if check.status == "down" %}
{{ check.name_then_code }} is DOWN
{% else %}
{{ check.name_then_code }} is now UP
{% endif %}