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

{{ header }}

Per-host system metrics — expand a host to see plugin details

{% if not hosts %}

No hosts with plugin data available

Hosts will appear here once they start sending plugin metrics

{% else %}
{% for host in hosts %} {% set plugins_csv = host.plugins | join(',') %} {% endfor %}
{% endif %}