diff --git a/templates/integrations/pagertree_description.html b/templates/integrations/pagertree_description.html index 11718355..22c9e800 100644 --- a/templates/integrations/pagertree_description.html +++ b/templates/integrations/pagertree_description.html @@ -1,5 +1,5 @@ {% load humanize %} -{{ check.name_then_code }} is {{ check.status }}. +{{ check.name_then_code }} is {{ check.status|upper }}. {% if check.status == "down" %} -Last ping was {{ check.last_ping|naturaltime }} +Last ping was {{ check.last_ping|naturaltime }}. {% endif %} diff --git a/templates/integrations/pagertree_title.html b/templates/integrations/pagertree_title.html index b537551e..29274284 100644 --- a/templates/integrations/pagertree_title.html +++ b/templates/integrations/pagertree_title.html @@ -1 +1 @@ -{{ check.name_then_code }} is {{ check.status }} +{{ check.name_then_code }} is {{ check.status|upper }}