{% include 'head.html' %} {% include 'nav.html' %}
hbd·overview per-host metrics — expand a host for plugin details
{% if not hosts %}

No hosts have connected yet

Hosts will appear here once they start sending heartbeats

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