Experimental Zulip integration. Fixes #202

This commit is contained in:
Pēteris Caune 2020-03-11 16:38:40 +02:00
parent f352efdd5f
commit b689c8aa4e
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 10 additions and 0 deletions

View File

@ -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 %}

View File

@ -0,0 +1 @@
{{ check.name_then_code }} is {{ check.status|upper }}