AD – Letzte Bindung für Domänencontroller – Monitor

Microsoft.Windows.Server.2008.AD.DomainController.LastBindMonitor.Monitor (UnitMonitor)

Knowledge Base article:

Zusammenfassung

Dieser Monitor überprüft die Verfügbarkeit von Active Directory über eine LDAP-Anforderung (Lightweight Directory Access Protocol). Er stellt in regelmäßigen Abständen eine Bindung zum Domänencontroller her, um die Verfügbarkeit über eine LDAP-Abfrage zu überprüfen.

Konfiguration

Dieser Monitor liefert folgende Informationen zur Konfiguration:

IntervalSeconds: Überwachungsfrequenz (in Sekunden)

NumSamples: Wie oft der Monitor den Schwellenwert überschreiten muss, um ein "alertThresholdWarnSec" zu generieren: Der Warnungsschwellenwert in Sekunden.

ThresholdErrorSec: Schwellenwert für Fehler in (Sekunden)

Ursachen

Ein schwache Leistung einer LDAP-Abfrage kann mehrere Ursachen haben. Verwenden Sie die unten aufgeführten Inline-Tasks, um das Problem zu diagnostizieren.

Tasks Aktuelle LDAP-Antwortzeit prüfen

Überprüfen Sie die Topprozesse, die momentan den Prozessor nutzen.

Ansichten AD DC General Response – Leistungsansicht

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2008.AD.DomainController.LastBindMonitor.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

Die Wartezeit für „Letzte Bindung für Active Directory“ überschreitet den konfigurierten Schwellenwert.

Die Wartezeit für „Letzte Bindung für Active Directory“ überschreitet den konfigurierten Schwellenwert. Der aktuelle Wert ist {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.DomainController.LastBindMonitor.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2008.AD.DomainController.LastBindMonitor.Monitortype" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.AD.DomainController.LastBindMonitor.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="OK" HealthState="Success"/>
<OperationalState ID="Warn" MonitorTypeStateID="Warn" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<LogSuccessEvent>false</LogSuccessEvent>
<NumSamples>5</NumSamples>
<ThresholdWarnSec>5</ThresholdWarnSec>
<ThresholdErrorSec>15</ThresholdErrorSec>
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>300</TimeoutSeconds>
<MonitorStandardLDAPBind>true</MonitorStandardLDAPBind>
<MonitorSSLLDAPBind>false</MonitorSSLLDAPBind>
</Configuration>
</UnitMonitor>