AD 글로벌 카탈로그 검색 응답 모니터

AD_Global_Catalog_Search_Response.Monitor (UnitMonitor)

Knowledge Base article:

요약

AD 글로벌 카탈로그 응답 모니터입니다. 이 모니터는 글로벌 카탈로그 검색을 수행하는 데 필요한 시간을 측정합니다. 실행되는 쿼리를 매개 변수로 전달할 수 있습니다(구성 참조). 단위는 성능 데이터로 보고되며 관련 규칙은 상태가 비정상적으로 느린 경우 경고를 생성합니다.

구성

쿼리 기본값: (objectCategory=DMD).

실패 임계값: 기본값은 4로, 경고 발생에 필요한 쿼리 실패 횟수입니다.

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

이러한 설정을 변경하려면 재정의를 사용하십시오.

해결 방법

자세한 내용은 추가 경고를 참조하십시오.

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_Global_Catalog_Search_Response.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

AD 글로벌 카탈로그 검색 응답이 구성된 임계값 초과

몇 차례의 샘플링 간격 동안 발생한 도메인 컨트롤러의 글로벌 카탈로그 검색 응답이 불량하거나 GC를 사용할 수 없습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="AD_Global_Catalog_Search_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_Global_Catalog_Search_Response.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_Global_Catalog_Search_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>
<Query>(objectCategory=DMD)</Query>
<LogSuccessEvent>false</LogSuccessEvent>
<FailureThreshold>4</FailureThreshold>
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>120</TimeoutSeconds>
</Configuration>
</UnitMonitor>