feat(agent): vms/lxc collectors for runtime and detail with fixtures
This commit is contained in:
parent
ec7f08dfda
commit
da5ed6cd08
6 changed files with 299 additions and 0 deletions
12
agent/test/fixtures/pvesh/lxc.json
vendored
Normal file
12
agent/test/fixtures/pvesh/lxc.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"vmid": 200,
|
||||
"name": "minecraft",
|
||||
"status": "running",
|
||||
"uptime": 3600,
|
||||
"cpu": 0.15,
|
||||
"mem": 2147483648,
|
||||
"maxmem": 4294967296,
|
||||
"tags": ""
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue