{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Status

{#
#} {# {% include "filters_table_status.html" %} #} {#
#}
{% for flavour_id, flavour_name, num_columns, columns in flavour_columns %}

{{ flavour_name }}

{% for col in columns %} {% endfor %}
Hostname {{ col.metric__name }}
loading...
XML | CSV | JSON
{% endfor %}
Legend: Status CRITICAL Critical | Status DOWNTIME Downtime | Status MISSING Missing | Status OK OK | Status REMOVED Removed | Status UNKNOWN Unknown | Status WARNING Warning
{% endblock %}