forked from GithubBackups/healthchecks
Show description in text emails only for the "going down" notifications, and only if the description is not empty.
This commit is contained in:
parent
14f504bd22
commit
0da7b12f55
@ -1,13 +1,12 @@
|
|||||||
{% load hc_extras %}
|
{% load hc_extras %}
|
||||||
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
|
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
|
||||||
|
{% if check.status == "down" and check.desc %}
|
||||||
Additional notes:
|
Additional notes:
|
||||||
{{ check.desc }}
|
{{ check.desc }}
|
||||||
|
{% endif %}
|
||||||
More information:
|
More information:
|
||||||
{{ check.details_url }}
|
{{ check.details_url }}
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
Regards,
|
Regards,
|
||||||
{% site_name %}
|
{% site_name %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user