This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Add pager team templates
pull/229/head
Michal Bryc
6 years ago
parent
738aa8f1d6
commit
3a21f4e4c4
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
templates/integrations/pagerteam_description.html
+1
-0
templates/integrations/pagerteam_title.html
+ 5
- 0
templates/integrations/pagerteam_description.html
View 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
- 0
templates/integrations/pagerteam_title.html
View File
@ -0,0 +1 @@
{{ check.name_then_code }} is {{ check.status|upper }}
Write
Preview
Loading…
Cancel
Save