Dell Feature Management Host Discovery for EqualLogic Monitoring Feature

Dell.FMPHostMgmtServer.EqualLogic.Discovery (Discovery)

Dell discovery to pick the Feature Management Host amongst the set of Management Servers that have EqualLogic Dell Management Suite installed.

Knowledge Base article:

Summary

This discovery runs on all Management Servers of the Management Group/Resource Pool to select one FMP (Feature management pack) host management server to host all EqualLogic Suite workflows.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
FMPHostEQL DataSource Dell.FMPHost.Discovery.DataSource Default

Source Code:

<Discovery ID="Dell.FMPHostMgmtServer.EqualLogic.Discovery" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.FeatureManagement.SelectedHostMgmtServer"/>
</DiscoveryTypes>
<DataSource ID="FMPHostEQL" TypeID="Dell.FMPHost.Discovery.DataSource">
<DellManagementSuiteId/>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<LogLevel>0</LogLevel>
<FMPType>SuiteEqualLogic</FMPType>
<DMSType>SuiteEqualLogic</DMSType>
<FMPHostFqdn/>
</DataSource>
</Discovery>