Discovery: Web Crawler Collection

Microsoft.FASTSearch.MP.Discovery.CrawlerCollection (Discovery)

Discover Web Crawler Collection instances using WMI (ROOT\Microsoft\FASTSearch\CrawlerCollection).

Knowledge Base article:

Summary

This rule discovers FAST Search Server 2010 for SharePoint Web Crawler Collection instances using WMI.

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

The default discovery interval is 14891 seconds.

Element properties:

TargetMicrosoft.FASTSearch.MP.Entity.SearchNode
EnabledTrue
Frequency14891
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.CrawlerCollection" Enabled="true" Target="Microsoft.FASTSearch.MP.Entity.SearchNode" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.FASTSearch.MP.Entity.CrawlerCollection">
<Property PropertyID="Id"/>
<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 FROM CrawlerCollection</Query>
<Frequency>14891</Frequency>
<ClassId>$MPElement[Name="Microsoft.FASTSearch.MP.Entity.CrawlerCollection"]$</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.CrawlerCollection"]/Id$</Name>
<Value>$Data/Property[@Name='InstanceId']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>Web Crawler Collection $Data/Property[@Name='InstanceId']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>