グローバル カタログ検索応答時間モニター

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

ドメイン コントローラーのグローバル カタログ検索時間を監視します。

Knowledge Base article:

概要

グローバル カタログ検索応答モニター。このモニターは、グローバル カタログの検索を実行するために必要な時間を測定します。

指定したサンプル数の平均検索時間が、構成されているしきい値を超えると、アラートが生成されます。

構成

間隔:既定値は 300 秒です

警告しきい値:既定値は 5 秒です

エラーしきい値:既定値は 10 秒です

サンプル数: 既定値 3

原因

グローバル カタログを検索しようとすると、指定されたしきい値よりも長くかかります。

解決方法

詳細情報のアラート データを表示します。

検索時間が、構成されているしきい値を超えている場合は、コンピューターのシステム全体のパフォーマンスを表示して、追加リソースが必要かどうか、また、アクティブな AD サイトにある DC の数が十分かどうかを確認します。

外部

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.GlobalCatalogServerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Performance.GCResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
グローバル カタログ検索応答時間ヘルス モニターが 1 つまたは複数のしきい値を超えました。
平均検索時間が、構成されているしきい値を超えています。
カウンター: {0}
平均時間: {1}
サンプル数:{2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.GlobalCatalogServerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.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>
<WarnThreshold>5</WarnThreshold>
<ErrorThreshold>10</ErrorThreshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>