adamksmith
  • Joined on 2024-06-10
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 23:10:27 +00:00
1b7412c80d Fix UnboundLocalError when no enclosures present
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 19:30:01 +00:00
842f733638 Add tree-line connector for RAID child drives in host drives card
b11c1bdf98 Replace in-memory TTL cache with Redis
0112875894 Add enclosure health details (PSUs, fans, temps, voltages) via SES
Compare 3 commits »
adamksmith opened issue adamksmith/jbod-monitor#3 2026-03-07 06:38:32 +00:00
Mobile-responsive table view with card list fallback
adamksmith opened issue adamksmith/jbod-monitor#2 2026-03-07 06:35:56 +00:00
Integrate ZFS pool health and alerting into the monitoring stack
adamksmith opened issue adamksmith/jbod-monitor#1 2026-03-07 06:34:05 +00:00
Replace in-memory TTL cache with Redis for SMART data caching
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:36:56 +00:00
8ea8fdef08 Hide health status on RAID virtual disks in host drives section
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:32:09 +00:00
1dd40a1181 Enumerate physical drives behind RAID via smartctl megaraid passthrough
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:21:44 +00:00
98e435674c Fix smart_supported: treat null smart_support as unsupported
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:19:23 +00:00
9ee701c749 Fix smart_supported detection for RAID controllers without SMART
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:16:45 +00:00
798308d2bf Add host drives section for non-enclosure drives
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:57:42 +00:00
927a5ccf3a Add ledctl locate/off LED controls to drive detail modal
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:48:49 +00:00
51e6b49830 Make table view full-width and add fixed column layout
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:44:45 +00:00
a25ce4ae21 Add ZFS drive state (ONLINE/FAULTED/DEGRADED) to UI
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:34:46 +00:00
cea4db53fd Resolve multipath dm devices to underlying sd devices for ZFS pool map
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:20:45 +00:00
3280d66888 Fix vdev parsing: use leading whitespace count instead of tab count
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:14:15 +00:00
3ef7061aa5 Add ZFS vdev exposure in API and frontend
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:04:16 +00:00
10de5563b2 Use nsenter with pid:host to run zpool in host mount namespace
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:48:46 +00:00
034219c75e Set LD_LIBRARY_PATH only for zpool subprocess, not globally
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:46:57 +00:00
4c033981c1 Fix ZFS pool detection: bind-mount host zpool binary and libs
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:41:36 +00:00
861f9279c4 Implement full JBOD monitor frontend from design JSX