forked from GithubBackups/healthchecks
Modifys our template
This commit is contained in:
parent
abe7076a73
commit
7808f3a5d4
@ -1,5 +1,5 @@
|
||||
{% load humanize %}
|
||||
{{ check.name_then_code }} is {{ check.status }}.
|
||||
{{ check.name_then_code }} is {{ check.status|upper }}.
|
||||
{% if check.status == "down" %}
|
||||
Last ping was {{ check.last_ping|naturaltime }}
|
||||
Last ping was {{ check.last_ping|naturaltime }}.
|
||||
{% endif %}
|
||||
|
@ -1 +1 @@
|
||||
{{ check.name_then_code }} is {{ check.status }}
|
||||
{{ check.name_then_code }} is {{ check.status|upper }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user