feat(agent): vms/lxc collectors for runtime and detail with fixtures

This commit is contained in:
Carsten 2026-04-21 22:34:45 +02:00
parent ec7f08dfda
commit da5ed6cd08
6 changed files with 299 additions and 0 deletions

12
agent/test/fixtures/pvesh/lxc.json vendored Normal file
View file

@ -0,0 +1,12 @@
[
{
"vmid": 200,
"name": "minecraft",
"status": "running",
"uptime": 3600,
"cpu": 0.15,
"mem": 2147483648,
"maxmem": 4294967296,
"tags": ""
}
]