グローバル カタログ パフォーマンス モニター

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 パフォーマンス ヘルス モニターが 1 つまたは複数のしきい値を超えました。

ヘルス モニター スクリプトが、平均 ping 時間の 1 つまたは複数のしきい値を超えました。
カウンター: {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>