healthchecks/templates/integrations/pushover_title.html
2016-05-23 17:03:06 -07:00

6 lines
135 B
HTML

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