AppFabric System Service Discovery

Microsoft.ApplicationServer.Services.Discovery (Discovery)

This discovery discovers the NT services that are installed by the AppFabric.

Event Collection Service
Workflow Management Service
Cache Host Service

Knowledge Base article:

Summary

This discovery discovers the NT services that are installed by the AppFabric.

Event Collection Service

Workflow Management Service

Cache Host Service

Element properties:

TargetMicrosoft.ApplicationServer.ServerRole
EnabledTrue
Frequency14550
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.ApplicationServer.LocalService.DS Default

Source Code:

<Discovery ID="Microsoft.ApplicationServer.Services.Discovery" Enabled="true" Target="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.EventCollectorService">
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.EventCollectorService" PropertyID="CollectorName"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="ServiceName"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="Description"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="StartMode"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="RunAs"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="ImagePath"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.WFManagementService">
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.WFManagementService" PropertyID="ManagementName"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="ServiceName"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="Description"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="StartMode"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="RunAs"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="ImagePath"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="MicrosoftApplicationServerLibrary!Microsoft.DistributedCache.CacheHostService">
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="ServiceName"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="Description"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="StartMode"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="RunAs"/>
<Property TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.LocalService" PropertyID="ImagePath"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.ServerRoleHostsEventCollectorService"/>
<DiscoveryRelationship TypeID="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.ServerRoleHostsWFManagementService"/>
<DiscoveryRelationship TypeID="MicrosoftApplicationServerLibrary!Microsoft.DistributedCache.ServerRoleHostsCacheHostService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.ApplicationServer.LocalService.DS">
<TimeoutSeconds>600</TimeoutSeconds>
<IntervalSeconds>14550</IntervalSeconds>
</DataSource>
</Discovery>