healthchecks/templates/integrations/trello_title.html
2018-10-18 12:20:33 +03: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 %}