{% extends "base_status.html" %} {% block title %}Status Overview{% endblock %} {% block nav2 %}Overview{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}Status Overview{% endblock %} {% block view_buttons %}{% endblock %} {% block action_buttons %}{% endblock %} {% block content %}

Status Overview

Description #
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

Host Recent Alerts
Loading...
{% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% endblock %} {% block head %} {% endblock %}