Discover TService on Core Server

Talon.FAST.Discovery.TServiceCore (Discovery)

Description for the new discovery.

Element properties:

TargetTalon.FAST.ComputerRole.CoreServer
EnabledTrue
Frequency600
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="Talon.FAST.Discovery.TServiceCore" Target="Talon.FAST.ComputerRole.CoreServer" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Talon.FAST.TServiceCore"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>root\cimv2</NameSpace>
<Query>select * from win32_service where name='TService'</Query>
<Frequency>600</Frequency>
<ClassId>$MPElement[Name="Talon.FAST.TServiceCore"]$</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="System!System.Entity"]/DisplayName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Talon.FAST.TServiceCore"]/ServiceAccount$</Name>
<Value>$Data/Property[@Name='StartName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Talon.FAST.TServiceCore"]/StartMode$</Name>
<Value>$Data/Property[@Name='StartMode']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>