EDC.Base.UrlMonitoring.BasePage.StatusCode (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource EDC.Base.UrlDataSource Default
OnDemandReset ProbeAction System.PassThroughProbe Default
CDErrorCriteriaTrue ConditionDetection Microsoft.SystemCenter.WebApplication.ErrorCriteriaMatch Default
CDOK ConditionDetection Microsoft.SystemCenter.WebApplication.OKCriteriaMatch Default
CDWarningCriteriaTrue ConditionDetection Microsoft.SystemCenter.WebApplication.WarningCriteriaMatch Default

Overrideable Parameters:

IDParameterTypeSelector
IntervalSecondsint$Config/IntervalSeconds$
SyncTimestring$Config/SyncTime$
URLPathstring$Config/URLPath$
CheckInternalLinksbool$Config/CheckInternalLinks$
CheckExternalLinksbool$Config/CheckExternalLinks$
MinimumErrorStatusCodeint$Config/MinimumErrorStatusCode$
HTMLMustContainSubstringstring$Config/HTMLMustContainSubstring$

Source Code:

<UnitMonitorType ID="EDC.Base.UrlMonitoring.BasePage.StatusCode" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="StatusCodeWarningCriteriaTrue" NoDetection="false"/>
<MonitorTypeState ID="StatusCodeErrorCriteriaTrue" NoDetection="false"/>
<MonitorTypeState ID="StatusCodeOK" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="URLPath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CheckInternalLinks" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CheckExternalLinks" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MinimumErrorStatusCode" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HTMLMustContainSubstring" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RequestID" type="xsd:unsignedInt"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="URLPath" Selector="$Config/URLPath$" ParameterType="string"/>
<OverrideableParameter ID="CheckInternalLinks" Selector="$Config/CheckInternalLinks$" ParameterType="bool"/>
<OverrideableParameter ID="CheckExternalLinks" Selector="$Config/CheckExternalLinks$" ParameterType="bool"/>
<OverrideableParameter ID="MinimumErrorStatusCode" Selector="$Config/MinimumErrorStatusCode$" ParameterType="int"/>
<OverrideableParameter ID="HTMLMustContainSubstring" Selector="$Config/HTMLMustContainSubstring$" ParameterType="string"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS1" TypeID="EDC.Base.UrlDataSource">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<URLPath>$Config/URLPath$</URLPath>
<CheckInternalLinks>$Config/CheckInternalLinks$</CheckInternalLinks>
<CheckExternalLinks>$Config/CheckExternalLinks$</CheckExternalLinks>
<MinimumErrorStatusCode>$Config/MinimumErrorStatusCode$</MinimumErrorStatusCode>
<HTMLMustContainSubstring>$Config/HTMLMustContainSubstring$</HTMLMustContainSubstring>
</DataSource>
<ProbeAction ID="OnDemandReset" TypeID="System!System.PassThroughProbe"/>
<ConditionDetection ID="CDWarningCriteriaTrue" TypeID="SCWebAppLib!Microsoft.SystemCenter.WebApplication.WarningCriteriaMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/BasePageData/StatusCodeEvalResult</DataItemEvaluationQuery>
</ConditionDetection>
<ConditionDetection ID="CDErrorCriteriaTrue" TypeID="SCWebAppLib!Microsoft.SystemCenter.WebApplication.ErrorCriteriaMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/BasePageData/StatusCodeEvalResult</DataItemEvaluationQuery>
</ConditionDetection>
<ConditionDetection ID="CDOK" TypeID="SCWebAppLib!Microsoft.SystemCenter.WebApplication.OKCriteriaMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/BasePageData/StatusCodeEvalResult</DataItemEvaluationQuery>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="StatusCodeWarningCriteriaTrue">
<Node ID="CDWarningCriteriaTrue">
<Node ID="DS1"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="StatusCodeErrorCriteriaTrue">
<Node ID="CDErrorCriteriaTrue">
<Node ID="DS1"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="StatusCodeOK">
<Node ID="CDOK">
<Node ID="DS1"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="StatusCodeOK">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>