From 72fc82b91fd822536d5e1929f9c323167002d84e Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sat, 2 May 2026 13:21:28 -0400 Subject: [PATCH] feat: add ZFS pool renderer to Host Overview Add renderZfsTables() to plugins.html with health/capacity/frag/dedup table and cumulative I/O table; colour-code health and capacity thresholds; add zfs_monitor to plugin_order and summary/render dispatch. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- hbd/server/templates/plugins.html | 76 ++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/hbd/server/templates/plugins.html b/hbd/server/templates/plugins.html index 10896c8..0cb3eef 100644 --- a/hbd/server/templates/plugins.html +++ b/hbd/server/templates/plugins.html @@ -383,7 +383,7 @@
- {% set plugin_order = ['os_info','cpu_monitor','memory_monitor','disk_monitor','network_monitor','nagios_runner','filesystem_info'] %} + {% 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 %}