AD 通用類別目錄搜尋回應監視

AD_Global_Catalog_Search_Response.Monitor (UnitMonitor)

Knowledge Base article:

摘要

AD 通用類別目錄回應監視。此監視會測量執行通用類別目錄搜尋所需的時間。所要執行的查詢可作為參數傳遞 (請參閱設定)。此測量將於報表中顯示為效能資料,且相關規則會針對異常緩慢狀況產生警示。

設定

查詢預設為:(objectCategory=DMD).

失敗閾值:預設為 4。當查詢失敗的次數超過此值時即產生警示。

間隔 (秒) 預設為 300。

使用覆寫變更上述設定。

解決方式

請參閱其他警示以取得詳細資料。

Element properties:

TargetMicrosoft.Windows.Server.2008.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="AD2008Core!Microsoft.Windows.Server.2008.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>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>