{% load hc_extras humanize %}
Name | Ping URL |
Period Grace |
Last Ping | ||
---|---|---|---|---|---|
{% if check.get_status == "new" %} {% elif check.get_status == "paused" %} {% elif check.in_grace_period %} {% elif check.get_status == "up" %} {% elif check.get_status == "down" %} {% endif %} |
{{ check.name|default:"unnamed" }}
{% for tag in check.tags_list %}
{{ tag }}
{% endfor %}
|
{{ ping_endpoint }}{{ check.code }} |
{% if check.kind == "simple" %}
{{ check.timeout|hc_duration }}
{% elif check.kind == "cron" %}
{{ check.schedule }}
{% endif %}
{{ check.grace|hc_duration }} |
{% if check.last_ping %}
{{ check.last_ping|naturaltime }}
{% if check.has_confirmation_link %}
{% else %}
Never
{% endif %}
confirmation link {% endif %} |