{% load hc_extras humanize %}
{{ check.code }}
Status | {% if check.in_grace_period %} grace {% else %} {{ check.get_status }} {% endif %} |
---|---|
Tags | {% for tag in check.tags_list %} {{ tag }} {% endfor %} |
Period | {{ check.timeout|hc_duration }} |
Schedule | {{ check.schedule }} |
Grace Time | {{ check.grace|hc_duration }} |
Last Ping | {% include "front/last_ping_cell.html" with check=check %} |