{% extends "base_status.html" %} {% block title %}Status Overview{% endblock %} {% block nav2 %}Overview{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}Status Overview{% endblock %} {% block content %}
 
Status Overview #
Network Parents {{ total_network_parents }} {% if total_unhandled_network_problems == 0 %} {% else %} {{ total_unhandled_network_problems }} {% endif %}
Hosts {{ total_hosts }} {% if unhandled_hosts == 0 %} {% else %} {{ unhandled_hosts }} {% endif %}
Services {{ total_services }} {% if unhandled_services == 0 %} {% else %} {{ unhandled_services }} {% endif %}
Current Health
All hosts
{{ host_totals_percent.0|floatformat }}%
All services
{{ service_totals_percent.0|floatformat }}%
Top Alert Producers Recent Alerts
Loading...

Unhandled service problems

{% include "snippets/status_servicelist_snippet.html" %}
{% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% endblock %} {% block head %} {% endblock %}