Windows Service Endpoints Discovery

Microsoft.SystemCenter.Apm.NTServiceEndpoint.Discovery (Discovery)

Knowledge Base article:

Summary

This discovery provides Windows Service endpoints for the application performance monitoring.

Element properties:

TargetMicrosoft.SystemCenter.OwnProcessNTService
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.Apm.NTServiceEndpoint.Discovery.DataSource Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.Apm.NTServiceEndpoint.Discovery" Enabled="true" Target="NTService!Microsoft.SystemCenter.OwnProcessNTService" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.Apm.NTServiceEndpoint">
<Property PropertyID="ServiceName" TypeID="Microsoft.SystemCenter.Apm.NTServiceEndpoint"/>
<Property PropertyID="ServiceProcessName" TypeID="Microsoft.SystemCenter.Apm.NTServiceEndpoint"/>
<Property PropertyID="DisplayName" TypeID="Microsoft.SystemCenter.Apm.NTServiceEndpoint"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.Apm.NTServiceEndpoint.Discovery.DataSource">
<IntervalSeconds>3600</IntervalSeconds>
</DataSource>
</Discovery>