You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
336 B

{% load hc_extras humanize %}
{{ check.desc|safe }}
{% if check.kind == "simple" %}
**Period:** {{ check.timeout|hc_duration }}
{% endif %}
{% if check.kind == "cron" %}
**Schedule:** {{ check.schedule|escapejs }}
{% endif %}
**Last Ping:** {{ check.last_ping|naturaltime }}
[Full Details @ {% site_name %}]({{ check.details_url }})