Filter out Virtual machines (VM's) with the vmware probe
search cancel

Filter out Virtual machines (VM's) with the vmware probe

book

Article ID: 129192

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

How can I filter out certain vm sources with the vmware probe in UIM?

Environment

UIM any version
vmware probe 7.11 or higher

Resolution

You need to be at vmware probe version 7.11 or higher.

  • Navigate to Admin Console > Raw Configure > Setup, and add the config key 'filter_out_vms_with_vm_name_matching_regex' .
  • Specify the value with 'VM name' of the VM(s) you want to exclude under the setup section via raw configure.

example:

.*ws\d\d$|.* wks\d\d$|.*backup.*

for filtering out the following:

computerwks01
machinews01
backup-source-1111-12345678

.*ws\d\d$ = used to filter out any source that ends with ws##
.* wks\d\d$ = used to filter out any source that ends with wks##
.*backup.* = used to filter out any source that has backup in the name

  • Save the changes and restart the probe.

It should be noted that if you had already discovered the vcenter previously, the sources will have made it into USM.
You will need to find those sources in USM > Inventory and remove them from there, if they had already been discovered.

Additional Information

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/ca-unified-infrastructure-management-probes/GA/monitoring/clouds-containers-and-virtualization/vmware-vmware-monitoring/vmware-vmware-monitoring-release-notes.html