{% load hc_extras humanize %}
{% if sort == "name" %} Name {% elif sort == "-name" %} Name {% else %} Name {% endif %} | Ping URL |
Period Grace |
{% if sort == "last_ping" %} Last Ping {% elif sort == "-last_ping" %} Last Ping {% else %} Last Ping {% endif %} | ||
---|---|---|---|---|---|
{% 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 %}
confirmation link {% endif %} Never
{% endif %}
|