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(',') %}
▼{{ host.name }}
{% if current_user and current_user.admin and host.owner %}{{ host.owner }}{% endif %}
—
{% if 'nagios_runner' in host.plugins %}
—
{% endif %}
{% if host.is_owner %}
{% endif %}
Loading…
{% set plugin_order = ['os_info','cpu_monitor','memory_monitor','disk_monitor','network_monitor','zfs_monitor','nagios_runner','filesystem_info'] %}
{% for plugin in plugin_order if plugin in host.plugins %}
▶{{ plugin | replace('_',' ') | title }}Not loaded
Loading…
{% endfor %}
{% for plugin in host.plugins | sort if plugin not in plugin_order %}
▶{{ plugin | replace('_',' ') | title }}Not loaded