{% load adagiostags %}
Host Name | Address | Duration | Last Check | Host Status | Service Status | ||||
---|---|---|---|---|---|---|---|---|---|
▷
|
{{ row.name }} | {{ row.address }} | {% if row.last_state_change != 0 %} {{ row.last_state_change|timestamp|timesince }} {% endif %} | {% 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 %}
|