{% 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 %}
Host Name | Address | Status | Service Status | |
---|---|---|---|---|
{{ row.name }} | {{ row.address }} | {% if row.state == 0 %}UP | {% else %}Down | {% endif %}
|