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