{% load hc_extras humanize %}
{{ check.code }}
Status | {% if check.get_status == "new" %} NEW {% elif check.get_status == "paused" %} PAUSED {% elif check.in_grace_period %} LATE {% elif check.get_status == "up" %} UP {% elif check.get_status == "down" %} DOWN {% 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 | {% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} |