Shorter, simpler telegram message.

This commit is contained in:
Pēteris Caune 2018-10-22 09:49:35 +03:00
parent fb1fb4992e
commit cbb5e8cae5
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -2,5 +2,5 @@
{% if check.status == "down" %}
The check "{{ check.name_then_code }}" is <b>DOWN</b>. Last ping was {{ check.last_ping|naturaltime }}.
{% 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 %}