LDAP 바인딩 시간 모니터

Microsoft.Windows.Server.2012.AD.Performance.BindTimes.Monitor (UnitMonitor)

도메인 컨트롤러의 LDAP 바인딩 시간을 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 LDAP(Lightweight Directory Access Protocol) 요청을 사용하여 Active Directorty의 가용성을 확인합니다. 이 모니터는 도메인 컨트롤러에 주기적으로 바인딩하여 LDAP 쿼리를 통해 가용성을 확인합니다.

이 모니터에서는 비 SSL/SSL 바인딩 중 하나 또는 두 바인딩 유형을 모두 모니터링할 수 있습니다.

구성

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

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

NumSamples: 모니터가 경고를 생성하기까지 임계값을 초과한 횟수

ThresholdWarnSec: 경고 임계값(초)

ThresholdWarnError: 오류 임계값(초)

MonitorBindType: 1) 비 SSL, 2) SSL, 3) 둘 다

원인

가능한 원인은 다음과 같습니다.

해결 방법

자세한 내용은 경고의 오류 설명을 확인하세요.

컴퓨터의 전반적인 시스템 성능을 확인하여 추가 리소스 필요 여부를 결정합니다.

효율적으로 부하를 분산하려면 도메인 컨트롤러를 더 추가하세요.

활성 AD 사이트의 DC 수가 충분한지 확인하세요.

외부 정보

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Performance.BindTimes.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
LDAP 바인딩 시간 상태 모니터가 임계값을 하나 이상 초과했습니다.
상태 모니터 스크립트가 평균 바인딩 시간 임계값을 하나 이상 초과했습니다.
카운터: {0}
평균 시간: {1}
샘플 수: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Performance.BindTimes.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Performance.BindTimes.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Performance.BindTimes.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/CounterName$</AlertParameter1>
<AlertParameter2>$Data[Default='']/Context/Value$</AlertParameter2>
<AlertParameter3>$Data[Default='']/Context/SampleCount$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ResponseOK" MonitorTypeStateID="ResponseOK" HealthState="Success"/>
<OperationalState ID="ResponseWarn" MonitorTypeStateID="ResponseWarn" HealthState="Warning"/>
<OperationalState ID="ResponseError" MonitorTypeStateID="ResponseError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<MonitorBindType>1</MonitorBindType>
<ThresholdWarnSec>5</ThresholdWarnSec>
<ThresholdErrorSec>10</ThresholdErrorSec>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>