It turns out, this is a pretty simple task with the Veeam MP for VMware v5.7.
Within the same MP you have created from Anders blog, simply add the following:
Reference
Code: Select all
<Reference Alias="nworksVMwareVEM5701022">
<ID>nworks.VMware.VEM</ID>
<Version>5.7.0.1022</Version>
<PublicKeyToken>65c40f14a98ce59b</PublicKeyToken>
</Reference>
Code: Select all
<MembershipRule>
<MonitoringClass>$MPElement[Name="nworksVMwareVEM5701022!nworks.VMware.VEM.VMGUEST"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="MSSystemCenterIGLib7585010!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="MicrosoftWindowsLib7585010!Microsoft.Windows.Computer"]$</MonitoringClass>
<Expression>
<Contained>
<MonitoringClass>$Target/Id$</MonitoringClass>
</Contained>
</Expression>
</Contains>
</Expression>
</MembershipRule>