forked from GithubBackups/healthchecks
Experimental Zulip integration. Fixes #202
This commit is contained in:
parent
f352efdd5f
commit
b689c8aa4e
9
templates/integrations/zulip_content.html
Normal file
9
templates/integrations/zulip_content.html
Normal 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 %}
|
1
templates/integrations/zulip_topic.html
Normal file
1
templates/integrations/zulip_topic.html
Normal file
@ -0,0 +1 @@
|
||||
{{ check.name_then_code }} is {{ check.status|upper }}
|
Loading…
x
Reference in New Issue
Block a user