Dell unmanaged Rack Workstation Group Discovery

Dell.WindowsServer.UnManagedRackWorkstationGroupPopulator (Discovery)

This Discovery populates the Dell Unknown Group with all Dell Rack Workstation 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 Dell Unknown Group with all Dell Rack Workstation 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.WindowsServer.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="DellUnManagedRackWorkstationGroup.Contains.DellUnManagedRackWorkstation"/>
</DiscoveryTypes>
<DataSource ID="DellRackWorkstationGroupPopulator" TypeID="SystemCenter!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Dell.WindowsServer.UnManagedRackWorkstation"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellUnManagedRackWorkstationGroup.Contains.DellUnManagedRackWorkstation"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>