Dell unmanaged Server Group Discovery

Dell.WindowsServer.UnManagedServerGroupPopulator (Discovery)

This Discovery populates the Dell Unknown Group with all Dell Servers 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 Servers 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.UnManagedServerGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

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

Member Modules:

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

Source Code:

<Discovery ID="Dell.WindowsServer.UnManagedServerGroupPopulator" Enabled="true" Target="DellModelServer!Dell.Server.UnManagedServerGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="DellModelServer!Dell.Server.UnManagedServerGroup">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="DellUnManagedServerGroup.Contains.DellUnManagedServer"/>
</DiscoveryTypes>
<DataSource ID="DellServerGroupPopulator" TypeID="SystemCenter!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Dell.WindowsServer.UnManagedServer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="DellUnManagedServerGroup.Contains.DellUnManagedServer"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>