No description
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. |
||
|---|---|---|
| agent | ||
| docs/superpowers/plans | ||
| server | ||
| .gitignore | ||
| proxmox-monitor-konzept.md | ||
| README.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.