healthchecks/templates/integrations/victorops_description.html
2016-02-03 17:35:29 -05:00

5 lines
154 B
HTML

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