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

6 lines
155 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 %}