diff --git a/templates/integrations/telegram_message.html b/templates/integrations/telegram_message.html index 27077262..3626c8a1 100644 --- a/templates/integrations/telegram_message.html +++ b/templates/integrations/telegram_message.html @@ -1,6 +1,6 @@ {% load humanize %} {% if check.status == "down" %} -The check "{{ check.name_then_code }}" is DOWN. Last ping was {{ check.last_ping|naturaltime }}. +🔴 The check "{{ check.name_then_code }}" is DOWN. Last ping was {{ check.last_ping|naturaltime }}. {% else %} -The check "{{ check.name_then_code }}" is now UP. +🟢 The check "{{ check.name_then_code }}" is now UP. {% endif %}