EDC.Base.UrlMonitoring.Total.AggregateDNSResolutionTime (UnitMonitorType)
Element properties:
Member Modules:
Overrideable Parameters:
Source Code:
<UnitMonitorType ID="EDC.Base.UrlMonitoring.Total.AggregateDNSResolutionTime" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="WarningCriteriaTrue" NoDetection="false"/>
<MonitorTypeState ID="ErrorCriteriaTrue" NoDetection="false"/>
<MonitorTypeState ID="OK" 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$"]/WebPageTotalData/AggregateDNSResolutionTimeEvalResult</DataItemEvaluationQuery>
</ConditionDetection>
<ConditionDetection ID="CDErrorCriteriaTrue" TypeID="SCWebAppLib!Microsoft.SystemCenter.WebApplication.ErrorCriteriaMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/WebPageTotalData/AggregateDNSResolutionTimeEvalResult</DataItemEvaluationQuery>
</ConditionDetection>
<ConditionDetection ID="CDOK" TypeID="SCWebAppLib!Microsoft.SystemCenter.WebApplication.OKCriteriaMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/WebPageTotalData/AggregateDNSResolutionTimeEvalResult</DataItemEvaluationQuery>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="WarningCriteriaTrue">
<Node ID="CDWarningCriteriaTrue">
<Node ID="DS1"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ErrorCriteriaTrue">
<Node ID="CDErrorCriteriaTrue">
<Node ID="DS1"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="OK">
<Node ID="CDOK">
<Node ID="DS1"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="OK">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>