글로벌 카탈로그 성능 모니터

Microsoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitor (UnitMonitor)

글로벌 카탈로그에 대해 검색을 수행하여 글로벌 카탈로그 성능을 모니터링합니다.

Knowledge Base article:

요약

글로벌 카탈로그 검색 가용성 모니터입니다. 이 모니터는 글로벌 카탈로그 검색을 수행합니다.

검색에서 지정한 임계값을 초과하면 경고가 생성됩니다.

구성

간격의 기본값은 300초입니다.

오류 임계값: 초과할 경우 오류 경고가 트리거되는 검색 시간(초)입니다.

경고 임계값: 초과할 경우 경고가 트리거되는 검색 시간(초)입니다.

원인

글로벌 카탈로그 검색의 시도 시간이 예상보다 오래 걸렸습니다.

해결 방법

포리스트에 부하를 처리할 수 있는 충분한 수의 글로벌 카탈로그가 있는지 확인합니다.

외부 정보

Element properties:

TargetMicrosoft.Windows.Server.AD.DomainMemberPerspective
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
PDC ping 성능 상태 모니터가 임계값을 하나 이상 초과했습니다.

상태 모니터 스크립트가 평균 ping 시간 임계값을 하나 이상 초과했습니다.
카운터: {0}
평균 시간: {1}
샘플 수: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitor" Accessibility="Public" Enabled="true" Target="AD!Microsoft.Windows.Server.AD.DomainMemberPerspective" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" TypeID="Microsoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitortype">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.AD.DomainMemberPerspective.Performance.PdcResponse.Ping.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>
<NumSamples>3</NumSamples>
<ThresholdWarn>5</ThresholdWarn>
<ThresholdError>10</ThresholdError>
</Configuration>
</UnitMonitor>