healthchecks/templates/emails/alert-body-text.html
2019-05-14 15:37:54 +03:00

15 lines
199 B
HTML

{% load hc_extras %}
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
Additional notes:
{{ check.desc }}
More information:
{{ check.details_url }}
--
Regards,
{% site_name %}