AD DC 上次繫結監視

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

Knowledge Base article:

摘要

此監視器會使用 LDAP (輕量型目錄存取通訊協定) 要求來驗證 Active Directory 的可用性。它會定期繫結至網域控制站,以使用 LDAP 查詢驗證可用性

設定

此監視提供下列設定資訊:

IntervalSeconds:監視的執行頻率 (以秒計)

NumSamples:監視器必須超過閾值幾次才會產生 alertThresholdWarnSec:警告閾值 (以秒計)。

ThresholdErrorSec:錯誤閾值 (以秒計)。

原因

LDAP 查詢的效能不彰有幾個可能的原因。請使用底下提供的內嵌工作來診斷問題。

工作 檢查目前 LDAP 回應時間

檢查目前使用此處理器的上層處理程序

檢視 AD DC 一般回應效能檢視

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

AD 上次繫結延遲高於設定的閾值。

AD 上次繫結延遲高於設定的閾值。目前的值為 {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>