No description
Burrito 1.3 now requires Zig 0.15.2 (build fails with 'Your Zig version does not match the one Burrito requires! We need 0.15.2, you have: 0.13.0'). Zig also changed its tarball naming around 0.15: the arch now comes before 'linux' (zig-x86_64-linux-VER.tar.xz instead of zig-linux-x86_64-VER.tar.xz), so both the download URL and the post-extract symlink glob had to change. |
||
|---|---|---|
| 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.