Liaison LDAP via protocole SSL - Analyse

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

Analyse du temps nécessaire pour réaliser une liaison LDAP vers une instance AD LDS en utilisant le protocole SSL (Secure Sockets Layer).

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
L'analyse de la liaison LDAP a dépassé le seuil d'avertissement ou la liaison a échoué
L'analyse de liaison LDAP n'a pas réussi à réaliser de liaison LDAP (Lightweight Directory Access Protocol) vers la cible {0} dans le délai du seuil d'avertissement, soit {1} seconde(s), ou une erreur est survenue au cours de l'opération.
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>