Web Application Availability Monitoring Performance Transaction Response Time Collection (System)

Microsoft.SystemCenter.WebApplicationTest.Performance.CollectTransactionResponseTime (Rule)

This rule is created by the system, and it should not be enabled by the user.

Knowledge Base article:

Summary

This rule is created by the system, and it should not be enabled by the user.

Element properties:

TargetMicrosoft.SystemCenter.WebApplicationTest.WebTestBase
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
CommentThis rule is a dummy to only provide its rule ID and should be disabled always.

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
DoNothing WriteAction Microsoft.Windows.ScriptWriteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.WebApplicationTest.Performance.CollectTransactionResponseTime" Comment="This rule is a dummy to only provide its rule ID and should be disabled always." Enabled="false" Target="Microsoft.SystemCenter.WebApplicationTest.WebTestBase" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">2419200</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="DoNothing" TypeID="Windows!Microsoft.Windows.ScriptWriteAction">
<ScriptName>WebApplicationTest.vbs</ScriptName>
<Arguments/>
<ScriptBody/>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>