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