Implement ProxmoxCollector + SQLite storage #4

Closed
opened 2026-07-12 20:11:02 -06:00 by jhodgkin · 1 comment
Owner

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.

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.
jhodgkin added this to the v1-dashboard milestone 2026-07-12 20:11:02 -06:00
Author
Owner

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.

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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jhodgkin/homelab-monitor#4