No description
Find a file
Carsten 31f7172cf3 docs: SETUP-AND-DEPLOY runbook for phase 5 production rollout
Single top-to-bottom runbook covering preflight, local build, server deploy,
first-agent dry run, test tier, full rollout, rollback, and ongoing ops.
Each step has a verification command. Ends with a Go/No-Go sign-off list.
2026-04-22 08:51:04 +02:00
agent docs: deployment overview + LXC server deploy + per-host agent install 2026-04-22 08:42:25 +02:00
docs docs: phase 4 packaging + deployment plan 2026-04-22 08:43:59 +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.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.