Implement ProxmoxCollector + SQLite storage #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Poller hitting the Proxmox API for host + every LXC's CPU/mem/disk, on an interval. Writes snapshots to SQLite (
better-sqlite3). Covers ~22 of ~24 monitored machines in one API call.Implemented as part of the initial scaffold commit (main branch) — see linked files in
apps/api/src/apps/web/src. Verifying end-to-end after deploy in #7.