AD 一般回應監視

AD_General_Response.Monitor (UnitMonitor)

Knowledge Base article:

摘要

此效能監視會測量 Active Directory 對 LDAP (輕量型目錄存取通訊協定) 要求的回應能力。它會定期繫結至網域控制站,以測量簡單 LDAP 查詢的回應時間

設定

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

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

FailureThreshold:監視器要產生警示的 LDAP 查詢失敗次數

ThresholdWarnSec:警告閾值 (秒)。

ThresholdErrorSec:錯誤閾值 (秒)。

原因

這種狀況可能有多個原因。請使用底下提供的內嵌工作來診斷問題。

執行工作檢查目前的 LDAP 回應時間

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

檢視 AD DC General Response 效能檢視

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAD_General_Response.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

AD 一般回應高於設定的閾值

在數個取樣間隔中,網域控制站的一般回應不良或無法使用。
RunAsDefault

Source Code:

<UnitMonitor ID="AD_General_Response.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="AD_General_Response.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_General_Response.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="GeneralResponsOK" MonitorTypeStateID="GeneralResponsOK" HealthState="Success"/>
<OperationalState ID="GeneralResponsWarn" MonitorTypeStateID="GeneralResponsWarn" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<FailureThreshold>4</FailureThreshold>
<LogSuccessEvent>false</LogSuccessEvent>
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>120</TimeoutSeconds>
</Configuration>
</UnitMonitor>