Data Collector Discovery

Dell.Storage.DataCollector.Discovery (Discovery)

Description for the new discovery.

Element properties:

TargetDell.Storage.WMIDataCollectorProvider
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper Default

Source Code:

<Discovery ID="Dell.Storage.DataCollector.Discovery" Target="Dell.Storage.WMIDataCollectorProvider" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.Storage.DataCollector">
<Property TypeID="Dell.Storage.DataCollector" PropertyID="UniqueName"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="Dell.Storage.DataCollector" PropertyID="InstanceId"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$\root\Dell\Storage</NameSpace>
<Query>
SELECT DatabaseInformation,
DatabasePort,
DatabaseServer,
DatabaseType,
InstanceId,
InstanceName,
JavaJdbc,
JavaVersion,
LoginBannerMessage,
SupportsFluidCache,
Status,
Type,
UniqueName,
Uuid,
Version,
WebSite
FROM Dell_DellStorageDataCollector
</Query>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Dell.Storage.DataCollector"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Dell.Storage.DataCollector"]/InstanceId$</Name>
<Value>$Data/Property[@Name='InstanceId']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.DataCollector"]/Status$</Name>
<Value>$Data/Property[@Name='Status']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.DataCollector"]/UniqueName$</Name>
<Value>$Data/Property[@Name='UniqueName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Data/Property[@Name='UniqueName']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>