healthchecks/templates/emails/report-body-text.html
2021-05-26 09:48:23 +03:00

15 lines
446 B
HTML

{% load hc_extras %}
Hello,
{% if nag %}This is a {% if nag_period == 3600 %}hourly {% endif %}{% if nag_period == 86400 %}daily {% endif %}reminder sent by {% site_name %}.
{% if num_down == 1%}One check is currently DOWN.{% else %}{{ num_down }} checks are currently DOWN.{% endif %}{% else %}This is a {{ monthly_or_weekly }} report sent by {% site_name %}.{% endif %}
{% include 'emails/summary-text.html' %}
--
Cheers,
{% site_name %}