No description
Find a file
Carsten bb2a88fb15 fix(agent): bump Dockerfile Zig to 0.15.2 for burrito 1.3
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.
2026-04-22 09:23:35 +02:00
agent fix(agent): bump Dockerfile Zig to 0.15.2 for burrito 1.3 2026-04-22 09:23:35 +02:00
docs fix(agent): bump Dockerfile Zig to 0.15.2 for burrito 1.3 2026-04-22 09:23:35 +02:00
server feat(server): public GET /health endpoint for uptime monitors 2026-04-22 08:48:14 +02:00
.gitignore feat(agent): burrito dep + release config for linux_amd64/arm64 + macos 2026-04-22 08:26:47 +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: SETUP-AND-DEPLOY runbook for phase 5 production rollout 2026-04-22 08:51:04 +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.