NLB Clusters group discovery

Microsoft.Windows.NetworkLoadBalancing.Clusters.Discovery (Discovery)

This discovery runs on a periodic basis and adds all discovered NLB Clusters to the NLB Clusters group. This group can be used when creating/configuring user roles to scope access to NLB clusters.

Knowledge Base article:

Summary

This discovery runs on a periodic basis and adds all discovered NLB Clusters to the NLB Clusters group. This group can be used when creating/configuring user roles to scope access to NLB clusters.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.Clusters
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Windows.NetworkLoadBalancing.Clusters.Discovery" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.Clusters" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.NetworkLoadBalancing.Clusters"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.Cluster']$</MonitoringClass>
<RelationshipClass>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.ClustersGroupContainsClusters']$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>