Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with
10 additions and
0 deletions
-
templates/integrations/zulip_content.html
-
templates/integrations/zulip_topic.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 %} |
|
@ -0,0 +1 @@ |
|
|
|
|
|
{{ check.name_then_code }} is {{ check.status|upper }} |