{% load hc_extras staticfiles %}
{% if sort == "name" %} Name {% elif sort == "-name" %} Name {% else %} Name {% endif %} | Ping URL | Integrations |
Period Grace |
{% if sort == "last_ping" %} Last Ping {% elif sort == "-last_ping" %} Last Ping {% else %} Last Ping {% endif %} | ||
---|---|---|---|---|---|---|
{% if check.in_grace_period %} {% else %} {% endif %} |
{{ check.name|default:"unnamed" }}
{% for tag in check.tags_list %}
{{ tag }}
{% endfor %}
|
{{ ping_endpoint }}{{ check.code }} |
{% if channels|length < 8 %}
{% spaceless %}
{% for channel in channels %}
{% endfor %}
{% endspaceless %}
{% else %}
{{ check.channel_set.all|length }} of {{ channels|length }}
{% endif %}
|
{% if check.kind == "simple" %}
{{ check.timeout|hc_duration }}
{% elif check.kind == "cron" %}
{{ check.schedule }}
{% endif %}
{{ check.grace|hc_duration }} |
{% include "front/last_ping_cell.html" with check=check %} |