No description
Addresses final code review: - to_int/1 now returns 0 on nil or unparseable strings instead of crashing - remove unused .pool-row CSS (superseded by .pool-block) - clamp capacity bar width to [0, 100] to prevent visual overflow - pool_scrub_line/1 uses scan_function so resilver shows as "resilver..." |
||
|---|---|---|
| agent | ||
| docs | ||
| server | ||
| .gitignore | ||
| proxmox-monitor-konzept.md | ||
| README.md | ||
| SETUP-AND-DEPLOY-slides.html | ||
| SETUP-AND-DEPLOY.md | ||
Proxmox Monitor
Agent-Server monitoring for Proxmox hosts. Elixir/OTP. See proxmox-monitor-konzept.md.
server/— Phoenix + SQLite + LiveViewagent/— 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.