No description
Find a file
Carsten 116f1ada14 fix(server): only mark hosts offline when endpoint is serving
Application.start ran mark_all_offline unconditionally, which meant
every "mix run"/"mix ecto.migrate" invocation would flip all
connected hosts to offline. Gate the call on Phoenix.Endpoint.server?
so non-serving boots don't disturb live state.
2026-04-21 22:15:35 +02:00
agent fix(agent): jason-safe error entries + correct handle_info return 2026-04-21 22:15:32 +02:00
docs/superpowers/plans chore: project skeleton + phase-1 plan 2026-04-21 21:59:29 +02:00
server fix(server): only mark hosts offline when endpoint is serving 2026-04-21 22:15:35 +02:00
.gitignore chore: project skeleton + phase-1 plan 2026-04-21 21:59:29 +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

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.