EDC.Base.UrlMonitoring.BasePage.DNSResolutionFailure (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
CDDNSResolutionFailureFalse ConditionDetection Microsoft.SystemCenter.WebApplication.Boolean.CriteriaDoesNotMatch Default
CDDNSResolutionFailureTrue ConditionDetection Microsoft.SystemCenter.WebApplication.Boolean.CriteriaMatch 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.DNSResolutionFailure" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="DNSResolutionFailure" NoDetection="false"/>
<MonitorTypeState ID="DNSResolutionOK" 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="CDDNSResolutionFailureTrue" TypeID="SCWebAppLib!Microsoft.SystemCenter.WebApplication.Boolean.CriteriaMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/BasePageData/DNSResolutionFailure</DataItemEvaluationQuery>
</ConditionDetection>
<ConditionDetection ID="CDDNSResolutionFailureFalse" TypeID="SCWebAppLib!Microsoft.SystemCenter.WebApplication.Boolean.CriteriaDoesNotMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/BasePageData/DNSResolutionFailure</DataItemEvaluationQuery>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="DNSResolutionFailure">
<Node ID="CDDNSResolutionFailureTrue">
<Node ID="DS1"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="DNSResolutionOK">
<Node ID="CDDNSResolutionFailureFalse">
<Node ID="DS1"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="DNSResolutionOK">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>