mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-02-21 19:56:08 +00:00
5 lines
216 B
HTML
5 lines
216 B
HTML
{% if status == "down" %}
|
|
{{ check.name_then_code|safe }} is DOWN{% if flip.reason %} ({{ flip.reason_long }}){% endif %}.
|
|
{% else %}
|
|
{{ check.name_then_code|safe }} received a ping and is now UP
|
|
{% endif %}
|