Enlace LDAP mediante monitor SSL

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

Supervisa la cantidad de tiempo que se necesita para realizar una operación de enlace de Protocolo ligero de acceso a directorios (LDAP) con el uso de una conexión de Capa de sockets seguros (SSL) a una instancia AD LDS.

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
El monitor de enlace LDAP superó el umbral de advertencia o no se pudo enlazar
El monitor de enlace LDAP no pudo realizar correctamente una operación de enlace de Protocolo ligero de acceso a directorios (LDAP) al objetivo {0} dentro del umbral de advertencia de {1} segundo(s) o experimentó un error mientras intentaba realizar la operación.
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>