Dell Unmanaged RackWorkstation Group Discovery

Dell.Server.UnManagedRackWorkstationGroupPopulator (Discovery)

This Discovery populates the Dell Unknown RackWorkstation Group with all Dell RackWorkstation that are not being monitored either due to the absence of Dell Instrumentation or due to a lower version of Instrumentation than the required version.

Knowledge Base article:

Summary

This Discovery populates the Unknown RackWorkstation Group with all Dell RackWorkstations that are not being monitored either due to the absence of Dell Instrumentation or due to a lower version of Instrumentation than the required version.

Element properties:

TargetDell.Server.UnManagedRackWorkstationGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

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

Member Modules:

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

Source Code:

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