diff --git a/templates/integrations/pagerteam_description.html b/templates/integrations/pagerteam_description.html new file mode 100644 index 00000000..22c9e800 --- /dev/null +++ b/templates/integrations/pagerteam_description.html @@ -0,0 +1,5 @@ +{% load humanize %} +{{ check.name_then_code }} is {{ check.status|upper }}. +{% if check.status == "down" %} +Last ping was {{ check.last_ping|naturaltime }}. +{% endif %} diff --git a/templates/integrations/pagerteam_title.html b/templates/integrations/pagerteam_title.html new file mode 100644 index 00000000..29274284 --- /dev/null +++ b/templates/integrations/pagerteam_title.html @@ -0,0 +1 @@ +{{ check.name_then_code }} is {{ check.status|upper }}