Apply web page configuration

Microsoft.SystemCenter.Apm.WebPageTransaction.ApplyConfigurationRule (Rule)

Knowledge Base article:

Summary

This rule applies the monitoring configuration for the web page transaction.

Element properties:

TargetMicrosoft.SystemCenter.Apm.WebPageTransaction
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.SimpleScheduler Default
WriteAction WriteAction Microsoft.SystemCenter.Apm.WebPageTransaction.ApplyConfiguration System.PrivilegedMonitoringAccount

Source Code:

<Rule ID="Microsoft.SystemCenter.Apm.WebPageTransaction.ApplyConfigurationRule" Enabled="true" ConfirmDelivery="false" Target="Microsoft.SystemCenter.Apm.WebPageTransaction" Remotable="false">
<Category>Custom</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.Apm.WebPageTransaction.ApplyConfiguration" RunAs="System!System.PrivilegedMonitoringAccount">
<Id>$Target/Id$</Id>
<ApplicationId>$Target/Host/Id$</ApplicationId>
<TransactionName>$Target/Property[Type="AL!Microsoft.SystemCenter.Apm.Transaction"]/CounterInstance$</TransactionName>
<PerformanceThreshold>$Target/Property[Type="AL!Microsoft.SystemCenter.Apm.Transaction"]/PerformanceThreshold$</PerformanceThreshold>
<SensitivityThreshold>$Target/Property[Type="AL!Microsoft.SystemCenter.Apm.Transaction"]/SensitivityThreshold$</SensitivityThreshold>
<PageName>$Target/Property[Type="Microsoft.SystemCenter.Apm.WebPageTransaction"]/PageName$</PageName>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
</WriteAction>
</WriteActions>
</Rule>