{% include 'head.html' %} {% include 'nav.html' %}
hbd·overview per-host metrics — expand a host for 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 %}