{% load hc_extras humanize %}
Name | URL Email |
Period Grace |
Last Ping | ||
---|---|---|---|---|---|
{% if check.get_status == "new" %} {% elif check.get_status == "up" %} {% elif check.get_status == "grace" %} {% elif check.get_status == "down" %} {% elif check.get_status == "paused" %} {% endif %} |
{{ check.name|default:"unnamed" }}
{% for tag in check.tags_list %}
{{ tag }}
{% endfor %}
|
{{ check.url }}
|
{{ check.timeout|hc_duration }}
{{ check.grace|hc_duration }} |
{% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} |