forked from GithubBackups/healthchecks
Shorter, simpler telegram message.
This commit is contained in:
parent
fb1fb4992e
commit
cbb5e8cae5
@ -2,5 +2,5 @@
|
|||||||
{% if check.status == "down" %}
|
{% if check.status == "down" %}
|
||||||
The check "{{ check.name_then_code }}" is <b>DOWN</b>. Last ping was {{ check.last_ping|naturaltime }}.
|
The check "{{ check.name_then_code }}" is <b>DOWN</b>. Last ping was {{ check.last_ping|naturaltime }}.
|
||||||
{% else %}
|
{% else %}
|
||||||
The check "{{ check.name_then_code }}" received a ping and is now <b>UP</b>.
|
The check "{{ check.name_then_code }}" is now <b>UP</b>.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user