{% extends "base_status.html" %} {% block title %}Hostgroups{% endblock %} {% block nav2 %} Hostgroups {% if hostgroup_name %} / {{ hostgroup_name }} {% else %} {% endif %} {% endblock %} {% block smallheader %} {% if hostgroup_name %}hostgroup {% endif %} {% endblock %} {% block largeheader %} {% if hostgroup_name %}{{ hostgroup_name }} {% else %} Hostgroups {% endif %} {% endblock %} {% block content %}
Hostgroup | Child Hostgroups | Parent Hostgroups | Hosts | Services | Health | Service Status | ||
---|---|---|---|---|---|---|---|---|
▷
|
{{ row.name }} |
{{ row.child_hostgroups|length }}
|
{{ row.parent_hostgroups|length }}
|
{{ row.members|length }} | {{ row.total }} | {% if row.health > -1 %} {{ row.health|floatformat }}% {% else %} 0 {% endif %} |
|
Host Name | Address | Status | Service Status | |
---|---|---|---|---|
{{ row.name }} | {{ row.address }} | {% if row.state == 0 %}UP | {% else %}Down | {% endif %}
|