{% extends "base_status.html" %}
{% block title %}Hostgroup {{ hostgroup_name }}{% endblock %}
{% block nav2 %}Hostgroups / {{ hostgroup_name }}{% endblock %}
{% block smallheader %}hostgroup{% endblock %}
{% block largeheader %}{{ hostgroup_name }}{% endblock %}
{% block content %}
hostgroups that belong to {{ hostgroup_name }}
{% include "snippets/status_hostgrouplist_snippet.html" %}
Hosts that belong to {{ hostgroup_name }}
This dialog should start loading when you click the hosts tab
Services that belong to {{ hostgroup_name }}
This dialog should start loading when you click the services tab
This dialog should reload when the history tab is clicked.
Information available via livestatus:
{% for k,v in my_hostgroup.items %}
{{ k }}
|
{{ v }}
|
{% endfor %}