diff --git a/templates/integrations/zulip_content.html b/templates/integrations/zulip_content.html new file mode 100644 index 00000000..d87e78d2 --- /dev/null +++ b/templates/integrations/zulip_content.html @@ -0,0 +1,9 @@ +{% load hc_extras humanize %} + +[{{ check.name_then_code }}]({{ check.details_url }}) is **{{ check.status|upper }}**. {% if check.status == "down" %}Last ping was {{ check.last_ping|naturaltime }}.{% endif %} + +{% if check.desc %} +--- +**Description** +{{ check.desc}} +{% endif %} diff --git a/templates/integrations/zulip_topic.html b/templates/integrations/zulip_topic.html new file mode 100644 index 00000000..29274284 --- /dev/null +++ b/templates/integrations/zulip_topic.html @@ -0,0 +1 @@ +{{ check.name_then_code }} is {{ check.status|upper }}