{% load hc_extras humanize %}
{{ check.code }}
| Status | {% if check.get_status == "new" %} NEW {% elif check.get_status == "up" %} UP {% elif check.get_status == "grace" %} LATE {% elif check.get_status == "down" %} DOWN {% elif check.get_status == "paused" %} PAUSED {% endif %} |
|---|---|
| Period | {{ check.timeout|hc_duration }} |
| Grace Time | {{ check.grace|hc_duration }} |
| Last Ping | {% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} |