{% extends "base1.html" %} {% load adagiostags %} {% block title %}Dashboard{% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block titlebar %} {% endblock %} {% block maincontent %}
Tactical Overview | Total | Problems | Unhandled |
---|---|---|---|
Network Parents | {{ total_network_parents }} |
{{ total_network_problems }}
|
{% if total_unhandled_network_problems == 0 %}
{{ total_unhandled_network_problems }}
{% else %}
{{ total_unhandled_network_problems }}
{% endif %}
|
Hosts | {{ total_hosts }} |
{{ total_host_problems }}
|
{% if host_problems|length == 0 %}
{{ host_problems|length }}
{% else %}
{{ host_problems|length }}
{% endif %}
|
Services | {{ total_services }} |
{{ total_service_problems }}
|
{% if service_problems|length == 0 %}
{{ service_problems|length }}
{% else %}
{{ service_problems|length }}
{% endif %}
|
Current Health |
|
---|---|
All hosts |
|
All services |
|
Host | Service | Output | Duration | Last Check |
---|---|---|---|---|
{{ i.host_name }} | {{ i.description }} | {{ i.plugin_output|slice:"70" }} | {{ i.last_state_change|timestamp|timesince }} | {{ i.last_check|timestamp|date:'Y-m-d H:i' }} |
{{ line.time|timestamp|date:'Y-m-d H:i' }} | {{ line.host_name }} |
{{ line.plugin_output }} |