{% load ssi from future %}
{{ settings.title_prefix }}{% block title %}block=title{% endblock %}
{% block header %}{% endblock %} {% for ssi_header in ssi_headers %} {% ssi ssi_header parsed %} {% endfor %} {% block top_navigation %} {% include "snippets/top_navigation_bar.html" %} {% endblock %} {% block page_content %} {% block left_sidebar %}
Shortcuts
Status Overview
Open Problems {% if num_problems_unhandled %}
({{ num_problems_unhandled }})
{% endif %}
All Problems {% if num_problems_all %}
({{ num_problems_all }})
{% endif %}
Hosts
Services
Contacts
Network Parents
Configuration
Reports
State History
Log
Comments
Downtimes
Groups
Hostgroups
Servicegroups
Contactgroups
Experimental
Map
Performance Data 1
Performance Data 2
Business Intelligence
Dashboard
{% endblock left_sidebar %}
{% block page_header %}
{% block top_right %} {% endblock top_right %}
{% block smallheader %}block=smallheader{% endblock %} {% block largeheader %}block=largeheader {% endblock %}
{% endblock page_header %} {% block toolbar %}block=toolbar{% endblock %} {% block content %}block=content{% endblock %}
{% endblock page_content %} {% block page_footer %} {% endblock page_footer %}
{% if errors|length %} {% for error in errors %}
×
Warning!
{{ error }}
{% endfor %} {% endif %} {% if messages|length %} {% for message in messages %}
×
Info!
{{ message }}
{% endfor %} {% endif %}
Nagios is reloading...
×
MESSAGE
{% if okconfig %} {% endif %} {% block footer %} {% endblock %} {% for ssi_footer in ssi_footers %} {% ssi ssi_footer parsed %} {% endfor %}