LDAP Bind over SSL Monitor

Microsoft.Windows.Server.LDS.Service.LDAPBind.SSL.Monitor (UnitMonitor)

Monitors the amount of time that is necessary to perform a Lightweight Directory Access Protocol (LDAP) bind operation using a Secure Sockets Layer (SSL) connection to an AD LDS instance.

Element properties:

TargetMicrosoft.Windows.Server.LDS.Service
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.LDS.Service.LDAPBind.MonitorType
RemotableFalse
AccessibilityPublic
Alert Message
LDAP Bind Monitor Warning Threshold Exceeded or Failed to Bind
The LDAP Bind monitor was unable to successfully perform a Lightweight Directory Access Protocol (LDAP) bind operation to the target {0} within the warning threshold of {1} second(s), or it experienced an error while attempting to perform the operation.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.LDS.Service.LDAPBind.SSL.Monitor" Accessibility="Public" Enabled="false" Target="LDS!Microsoft.Windows.Server.LDS.Service" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.LDS.Service.LDAPBind.MonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.LDS.Service.LDAPBind.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name="Context"]$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name="BindThreshold"]$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="LDAPBindOK" MonitorTypeStateID="LDAPBindOK" HealthState="Success"/>
<OperationalState ID="LDAPBindWarning" MonitorTypeStateID="LDAPBindWarning" HealthState="Warning"/>
<OperationalState ID="LDAPBindError" MonitorTypeStateID="LDAPBindError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>60</TimeoutSeconds>
<PortNumber>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.Service"]/LDAPSSLPort$</PortNumber>
<UseSSL>true</UseSSL>
<LogSuccessEvent>false</LogSuccessEvent>
<WarningThreshold>3</WarningThreshold>
</Configuration>
</UnitMonitor>