forked from GithubBackups/healthchecks
Add pager team templates
This commit is contained in:
parent
738aa8f1d6
commit
3a21f4e4c4
5
templates/integrations/pagerteam_description.html
Normal file
5
templates/integrations/pagerteam_description.html
Normal file
@ -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 %}
|
1
templates/integrations/pagerteam_title.html
Normal file
1
templates/integrations/pagerteam_title.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
{{ check.name_then_code }} is {{ check.status|upper }}
|
Loading…
x
Reference in New Issue
Block a user