{% include 'head.html' %} {% include 'nav.html' %}

{{ header }}

Real-time system metrics from monitoring plugins

{% if not hosts %}

No hosts with plugin data available

Hosts will appear here once they start sending plugin metrics

{% else %}
{% for host in hosts %}
{{ host.name }}
{% for plugin in host.plugins %}
{{ plugin }}
{% endfor %}
{% for plugin in host.plugins %}
Loading {{ plugin }} data...
{% endfor %}
{% endfor %}
{% endif %}