클라이언트 쪽 모니터링 호환성 확인

Microsoft.SystemCenter.Apm.Web.IIS7.MonitoringCompatibilityCheckTask (Task)

이 작업은 클라이언트 쪽 모니터링을 사용하여 웹 응용 프로그램을 안전하게 모니터링할 수 있는지 확인합니다. 이 작업은 .NET 응용 프로그램 성능 모니터링 템플릿을 통해 클라이언트 쪽 모니터링에 대해 구성할 모든 ASP .NET 응용 프로그램을 대상으로 실행해야 합니다.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
CheckMonitoringCompatibilityAction ProbeAction Microsoft.SystemCenter.Apm.Library.IIS7.CompatibilityCheckModule Default

Source Code:

<Task ID="Microsoft.SystemCenter.Apm.Web.IIS7.MonitoringCompatibilityCheckTask" Target="IIS7!Microsoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint" Accessibility="Internal" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="CheckMonitoringCompatibilityAction" TypeID="AL!Microsoft.SystemCenter.Apm.Library.IIS7.CompatibilityCheckModule">
<AppName>$Target/Property[Type="IIS7!Microsoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint"]/Name$</AppName>
<AppVirtualPath>$Target/Property[Type="IIS7!Microsoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint"]/IISApplicationName$</AppVirtualPath>
</ProbeAction>
</Task>