chore: project skeleton + phase-1 plan

This commit is contained in:
Carsten 2026-04-21 21:59:29 +02:00
commit fab512f1e1
4 changed files with 2048 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# 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.