No description
Find a file
Carsten dd992573a1 fix(ui): strengthen scrub assertion, cover degraded vdev render path
Addresses code review: differentiate pool_scrub_line/1 FINISHED clause
with the word "finished", test the degraded-vdev callout via a second
DEGRADED pool in the fixture, and replace the generic "scrub" match
with an assertion on the full finished line.
2026-04-22 18:00:13 +02:00
agent test(agent): cover stripe, mixed, and special-vdev pool_type classification 2026-04-22 17:48:45 +02:00
docs docs: implementation plan for ZFS pool detail 2026-04-22 17:40:31 +02:00
server fix(ui): strengthen scrub assertion, cover degraded vdev render path 2026-04-22 18:00:13 +02:00
.gitignore fix(server): run assets.deploy as a mix release step 2026-04-22 10:18:28 +02:00
proxmox-monitor-konzept.md chore: project skeleton + phase-1 plan 2026-04-21 21:59:29 +02:00
README.md chore: project skeleton + phase-1 plan 2026-04-21 21:59:29 +02:00
SETUP-AND-DEPLOY-slides.html docs: single-file HTML slide deck for setup & deployment 2026-04-22 09:06:32 +02:00
SETUP-AND-DEPLOY.md docs: runbook notes assets.deploy runs in release step + troubleshooting entry 2026-04-22 10:19:52 +02:00

Proxmox Monitor

Agent-Server monitoring for Proxmox hosts. Elixir/OTP. See proxmox-monitor-konzept.md.

  • server/ — Phoenix + SQLite + LiveView
  • agent/ — Slipstream Channels client, deploys as Burrito binary

Phase 1 focuses on end-to-end metric push. Later phases add ZFS/VM collectors, persistence, LiveView dashboard.