Discovery: FDispatch

Microsoft.FASTSearch.MP.Discovery.FDispatcher (Discovery)

Discover FDispatch instances using WMI (ROOT\Microsoft\FASTSearch\FDispatch).

Knowledge Base article:

Summary

This rule discovers FAST Search Server 2010 for SharePoint FDispatch instances using WMI.

Instances are enumerated from the WMI class FDispatch (namespace ROOT\Microsoft\FASTSearch).

The default discovery interval is 14847 seconds.

Element properties:

TargetMicrosoft.FASTSearch.MP.Entity.SearchNode
EnabledTrue
Frequency14847
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="Microsoft.FASTSearch.MP.Discovery.FDispatcher" Enabled="true" Target="Microsoft.FASTSearch.MP.Entity.SearchNode" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.FASTSearch.MP.Entity.FDispatcher">
<Property PropertyID="Id"/>
<Property PropertyID="Version"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>ROOT\Microsoft\FASTSearch</NameSpace>
<Query>SELECT InstanceId, Version FROM FDispatch</Query>
<Frequency>14847</Frequency>
<ClassId>$MPElement[Name="Microsoft.FASTSearch.MP.Entity.FDispatcher"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.FASTSearch.MP.Entity.FDispatcher"]/Id$</Name>
<Value>$Data/Property[@Name='InstanceId']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.FASTSearch.MP.Entity.FDispatcher"]/Version$</Name>
<Value>$Data/Property[@Name='Version']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>FDispatch $Data/Property[@Name='InstanceId']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>