Dell Sled Server Group Discovery

Dell.Server.SledGroupPopulator (Discovery)

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

Knowledge Base article:

Summary

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

Element properties:

TargetDell.Server.SledGroup
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.SledGroupPopulator" Enabled="true" Target="DellModelServer!Dell.Server.SledGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="DellModelServer!Dell.Server.SledGroup">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="DellModelServer!Dell.SledGroup.Contains.DellSled"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulationDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="DellModelServer!Dell.Server.Sled.WithoutOS"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellModelServer!Dell.SledGroup.Contains.DellSled"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="DellModelServer!Dell.Server.FMServer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellModelServer!Dell.SledGroup.Contains.DellFMServer"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>