You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever our VMware admins perform work to update the associated VMware Hybrid Cloud Extensions (HCX) resources service checks using the check_vmware_hs2ds2vms plugin are triggered.
This is because the service account we're using to run the plugin sees the associated datastore (ma-ds-* where * is a 36 character alphanumeric string with dashes) for the mobility agents (shown as VMware Mobility Platform model hosts) and object to the lack of a Location attribute.
I don't know if they're able to assign a Location attribute, but the workaround thus far has been for our VMware admins to remove access to the mobility agent host entries and the associated datastore.
Ideally (from the perspective of this plugin), we could provide a flag to ignore specific model hosts (or find a better attribute to key off of) along with datastores which consider the host its parent. Then whenever VMware Hybrid Cloud Extensions (HCX) resources are updated in the future those host/datastore objects will be ignored and the service check(s) will continue to function as before, evaluating based solely on Location attribute values.
Overview
Whenever our VMware admins perform work to update the associated VMware Hybrid Cloud Extensions (HCX) resources service checks using the
check_vmware_hs2ds2vms
plugin are triggered.This is because the service account we're using to run the plugin sees the associated datastore (
ma-ds-*
where*
is a 36 character alphanumeric string with dashes) for the mobility agents (shown asVMware Mobility Platform
model hosts) and object to the lack of aLocation
attribute.I don't know if they're able to assign a
Location
attribute, but the workaround thus far has been for our VMware admins to remove access to the mobility agent host entries and the associated datastore.Ideally (from the perspective of this plugin), we could provide a flag to ignore specific model hosts (or find a better attribute to key off of) along with datastores which consider the host its parent. Then whenever VMware Hybrid Cloud Extensions (HCX) resources are updated in the future those host/datastore objects will be ignored and the service check(s) will continue to function as before, evaluating based solely on
Location
attribute values.References
Resources
resource pool when multiple pools of the same name are present #1148The text was updated successfully, but these errors were encountered: