Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(inputs.proxmox): Allow to add VM-id and status as tag #16066

Merged
merged 11 commits into from
Jan 16, 2025
Prev Previous commit
Next Next commit
Correct proxmox_test.go
  • Loading branch information
superdiego98 authored and srebhan committed Jan 15, 2025
commit 19905f0f276020d2fbdd7a1f1ae7ca271a1dbfbb
1 change: 1 addition & 0 deletions plugins/inputs/proxmox/proxmox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func TestGatherLxcData(t *testing.T) {
"vm_name": "container1",
"vm_fqdn": "container1.test.example.com",
"vm_type": "lxc",
"vm_id": "111",
}
acc.AssertContainsTaggedFields(t, "proxmox", testFields, testTags)
}
Expand Down