Base Page SSL Certificate CA Unstrusted

WebApplication_f1d85360514d4ab186152ac3744afc97.BasePage.SSLCertificateCAUntrusted (UnitMonitorType)

This monitor checks if the CA that issued the Base Page SSL Certificate is a trusted Root Authority

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource WebApplication_f1d85360514d4ab186152ac3744afc97.UrlDataSource Default
OnDemandReset ProbeAction System.PassThroughProbe Default
CDCertificateAuthorityTrusted ConditionDetection Microsoft.SystemCenter.WebApplication.Boolean.CriteriaDoesNotMatch Default
CDCertificateAuthorityUntrusted ConditionDetection Microsoft.SystemCenter.WebApplication.Boolean.CriteriaMatch Default

Source Code:

<UnitMonitorType ID="WebApplication_f1d85360514d4ab186152ac3744afc97.BasePage.SSLCertificateCAUntrusted" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="CertificateAuthorityUntrusted" NoDetection="false"/>
<MonitorTypeState ID="CertificateAuthorityTrusted" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<element xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" name="RequestID" type="xsd:unsignedInt"/>
</Configuration>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS1" TypeID="WebApplication_f1d85360514d4ab186152ac3744afc97.UrlDataSource"/>
<ProbeAction ID="OnDemandReset" TypeID="System!System.PassThroughProbe"/>
<ConditionDetection ID="CDCertificateAuthorityUntrusted" TypeID="MicrosoftSystemCenterWebApplicationLibrary!Microsoft.SystemCenter.WebApplication.Boolean.CriteriaMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/BasePageData/CertificateAuthorityUntrusted</DataItemEvaluationQuery>
</ConditionDetection>
<ConditionDetection ID="CDCertificateAuthorityTrusted" TypeID="MicrosoftSystemCenterWebApplicationLibrary!Microsoft.SystemCenter.WebApplication.Boolean.CriteriaDoesNotMatch">
<DataItemEvaluationQuery>RequestResults/RequestResult[@Id="$Config/RequestID$"]/BasePageData/CertificateAuthorityUntrusted</DataItemEvaluationQuery>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="CertificateAuthorityUntrusted">
<Node ID="CDCertificateAuthorityUntrusted">
<Node ID="DS1"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="CertificateAuthorityTrusted">
<Node ID="CDCertificateAuthorityTrusted">
<Node ID="DS1"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="CertificateAuthorityTrusted">
<Node ID="OnDemandReset"/>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>