{% load humanize hc_extras %}
Name | Period | Last Ping | ||
---|---|---|---|---|
{% if check.get_status == "new" %} NEW {% elif check.in_grace_period %} LATE {% elif check.get_status == "up" %} UP {% elif check.get_status == "down" %} DOWN {% endif %} |
{% if check.name %}
{{ check.name }}
{% else %}
unnamed
{% endif %}
{% if check.tags %}
{{ check.tags }} {% endif %} |
{{ check.timeout|hc_duration }} | {% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} | View Log |