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
8
agent/test/fixtures/pvesh/qemu_100_config.json
vendored
Normal file
8
agent/test/fixtures/pvesh/qemu_100_config.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "nginx-proxy",
|
||||
"cores": 2,
|
||||
"memory": 2048,
|
||||
"onboot": 1,
|
||||
"scsi0": "local-zfs:vm-100-disk-0,size=32G",
|
||||
"net0": "virtio=AA:BB:CC:DD:EE:FF,bridge=vmbr0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue