AD DC 마지막 바인딩 모니터

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

Knowledge Base article:

요약

이 모니터는 LDAP(Lightweight Directory Access Protocol) 요청을 사용하여 Active Directorty의 가용성을 확인합니다. 이 모니터는 도메인 컨트롤러에 주기적으로 바인딩하여 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>