AD 일반 응답 모니터

AD_General_Response.Monitor (UnitMonitor)

Knowledge Base article:

요약

이 성능 모니터는 LDAP(Lightweight Directory Access Protocol) 요청에 대한 Active Directory의 응답성을 측정합니다. 도메인 컨트롤러에 주기적으로 바인딩하여 간단한 LDAP 쿼리에 대한 응답 시간을 측정합니다.

구성

이 모니터는 구성에 대해 다음을 제공합니다.

IntervalSeconds: 모니터 실행 빈도(초)

FailureThreshold: 모니터가 경고를 생성하기까지 LDAP 쿼리 수행에 실패한 횟수

ThresholdWarnSec: 경고 임계값(초)

ThresholdErrorSec: 오류 임계값(초)

원인

이 문제의 원인에는 여러 가지가 있을 수 있습니다. 아래 제공된 인라인 작업을 사용하여 문제를 진단하십시오.

작업 현재 LDAP 응답 시간 확인

프로세서를 사용하여 현재의 상위 프로세스 확인

보기 AD DC 일반 응답 성능 보기

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>