{% 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 }}
{% include "snippets/status_hostlist_snippet.html" %}
Services that belong to {{ hostgroup_name }}
{% include "snippets/status_servicelist_snippet.html" %}
{% if log %}
{% include "snippets/status_statehistory_snippet.html" %}
{% else %}
No recent state history changes in this hostgroup. Try
Log view to search in older logs.
{% endif %}
Information available via livestatus:
{% for k,v in my_hostgroup.items %}
{{ k }}
|
{{ v }}
|
{% endfor %}