Dell Monolithic Server Group Discovery

Dell.Server.MonolithicServerGroupPopulator (Discovery)

This Discovery populates the Dell Monolithic Server Group with all monitored Dell Monolithic Servers.

Knowledge Base article:

Summary

This Discovery populates the Dell Monolithic Server Group with all monitored Dell Monolithic Servers.

Element properties:

TargetDell.Server.MonolithicServerGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Dell.Server.MonolithicServerGroupPopulator" Enabled="true" Target="DellModelServer!Dell.Server.MonolithicServerGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="DellModelServer!Dell.Server.MonolithicServerGroup">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="DellModelServer!Dell.MonolithicServerGroup.Contains.Dell.MonolithicServer"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulationDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="DellModelServer!Dell.Server.MonolithicServer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellModelServer!Dell.MonolithicServerGroup.Contains.Dell.MonolithicServer"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>