LDAP Bind Monitor

Microsoft.Windows.Server.LDS.ApplicationPartitionInstance.LDAPBind.NonSSL.Monitor (UnitMonitor)

Monitors the amount of time that is necessary to perform a Lightweight Directory Access Protocol (LDAP) bind operation to an AD LDS application partition.

Element properties:

TargetMicrosoft.Windows.Server.LDS.ApplicationPartitionInstance
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.LDS.Service.LDAPBind.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
LDAP Bind Monitor Exceeded Warning Threshold 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}, or it experienced an error while attempting to perform the operation.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance.LDAPBind.NonSSL.Monitor" Accessibility="Public" Enabled="true" Target="LDS!Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.LDS.Service.LDAPBind.MonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance.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.ApplicationPartitionInstance"]/LDAPPort$</PortNumber>
<UseSSL>false</UseSSL>
<LogSuccessEvent>false</LogSuccessEvent>
<WarningThreshold>3</WarningThreshold>
</Configuration>
</UnitMonitor>