IIS WCF 웹 서비스 검색 규칙

Microsoft.SystemCenter.Apm.Wcf.IIS2008.Discovery (Discovery)

IIS에 배포된 WCF 서비스를 찾는 데 사용되는 배포 규칙입니다. 검색에 사용되는 기본 패턴은 WCF 웹 서비스 끝점이 만들어질 것으로 검색된 경우 가상 디렉터리에서 .svc 파일을 찾는 것입니다. WCF 서비스를 나타내는 추가 파일 형식을 지정하려면 AdditionalExtensions 속성을 재정의하고 세미콜론(;)으로 구분된 파일 확장명 목록을 제공합니다. 새 파일 확장명 목록 문자열의 한 예인 "foo;bar"는 WCF 서비스를 나타내는 myFile.foo, myFile.bar 등과 같은 파일을 지정합니다.

Element properties:

TargetMicrosoft.SystemCenter.Apm.ApmAgent
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SystemCenter.Apm.Wcf.IIS2008.Discovery" Priority="Normal" Remotable="false" ConfirmDelivery="false" Target="AI!Microsoft.SystemCenter.Apm.ApmAgent" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.Apm.IIS.2008.WCFServiceApplication">
<Property TypeID="Microsoft.SystemCenter.Apm.IIS.2008.WCFServiceApplication" PropertyID="ApplicationVRoot"/>
<Property TypeID="Microsoft.SystemCenter.Apm.IIS.2008.WCFServiceApplication" PropertyID="IISApplicationName"/>
<Property TypeID="Microsoft.SystemCenter.Apm.IIS.2008.WCFServiceApplication" PropertyID="Name"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.Apm.IIS2008WcfApplicationDiscoveryDataSource">
<ComputerPrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerPrincipalName>
<DiscoveryType>0</DiscoveryType>
<DiscoverySourceObjectId>$MPElement$</DiscoverySourceObjectId>
<DiscoverySourceManagedEntityId>$Target/Id$</DiscoverySourceManagedEntityId>
<DiscoverEmptyDirectoriesAsWcfApplication>false</DiscoverEmptyDirectoriesAsWcfApplication>
<AdditionalExtensions/>
<IntervalSeconds>14400</IntervalSeconds>
</DataSource>
</Discovery>