{% load adagiostags %}
Host Name | Address | Last Check | Host Status | Service Status | ||||
---|---|---|---|---|---|---|---|---|
▷
|
{{ row.name }} | {{ row.address }} | {% if row.last_check != 0 %} {{ row.last_check|timestamp|timesince }} ago {% else %} never {% endif %} | {% if row.last_check == 0 %}Pending | {% else %} {% if row.state == 0 %}Host UP | {% else %}{% if row.childs %}Network outage {% else %}Host Down {% endif %} | {% endif %} {% endif %}
|