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 %}
|
||||
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
|
||||
|
||||
{% if check.status == "down" and check.desc %}
|
||||
Additional notes:
|
||||
{{ check.desc }}
|
||||
|
||||
{% endif %}
|
||||
More information:
|
||||
{{ check.details_url }}
|
||||
|
||||
|
||||
--
|
||||
Regards,
|
||||
{% site_name %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user