No description
Errors produced by Collectors.Host were keyword tuples {:tag, msg}, which
Jason cannot encode — metric push crashed the channel. Convert them to
plain maps with :tag and :message fields.
Reporter.handle_info/2 returned {:ok, socket}, which Slipstream rejects
(GenServer-style {:noreply, socket} is the only valid return for that
callback, unlike handle_connect/handle_join/handle_disconnect).
|
||
|---|---|---|
| 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.