{% extends "base_status.html" %} {% block title %}Network Parents{% endblock %} {% block nav2 %}Network Parents{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %} Network Parents {% endblock %} {% load adagiostags %} {% block content %} {% if hosts %}
Host Name | Address | Children | Duration | Last Check | Status | Child Host Health | ||
---|---|---|---|---|---|---|---|---|
▷
|
{{ row.name }} | {{ row.address }} | {{ row.childs|length }} | {% 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.state == 0 %}UP | {% else %}Down | {% endif %}
|