Kompatibilität mit clientseitiger Überwachung prüfen

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

Mithilfe dieses Tasks wird überprüft, ob die Webanwendung mithilfe der clientseitigen Überwachung sicher überwacht werden kann. Der Task sollte für alle ASP.NET-Anwendungen ausgeführt werden, die für die clientseitige Überwachung mithilfe der Vorlage zur .NET-Anwendungsleistungsüberwachung konfiguriert werden sollen.

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>