I have three policies in the req. defined to set categories with the following parameters
Policy 1 -
category: VM_Host
matchBehavior: ALL_PARAMETERS
label: ~^.*[Vv][Ii][Ss].*
Policy 2 -
matchBehavior: ALL_PARAMETERS
category: Site-DTM
Policy 3 -
category: VM_Guest
label: ~^.*[Vv][Ii][Ss].*
matchBehavior: NO_PARAMETERS
Policy 2 works as it should for all nodes in the requisition.
Policy 1 & 3 are intended to work from the hostnames in the ‘label’. VMWare hosts have the letters ‘vis’ in their hostname where guests do not. These are not working.
Any help would be appreciated.