AD クライアント PDC 応答モニター

AD_Client_PDC_Response.Monitor (UnitMonitor)

Knowledge Base article:

概要

AD クライアント PDC 応答モニター。このモニターは、プライマリ ドメイン コントローラー (PDC) に接続し、ping および LDAP (Lightweight Directory Access Protocol) バインド の応答時間を記録します。このテストは、クライアントが、特にパスワードのリセットおよび Windows NT 4.0 上で実行されるアプリケーションで PDC エミュレーターを使用できることを確認します。

構成

解決方法

詳細については、このモニターによって生成された個別のアラートを参照してください。

Element properties:

TargetMicrosoft.Windows.Server.AD.ClientPerspective
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeAD_Client_PDC_Response.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

AD クライアント監視: AD PDC を利用できないか、応答が遅すぎます

クライアント システムが AD PDC の問題を検出しました。詳細については、その他のアラートを参照してください。
RunAsDefault

Source Code:

<UnitMonitor ID="AD_Client_PDC_Response.Monitor" Target="AD!Microsoft.Windows.Server.AD.ClientPerspective" TypeID="AD_Client_PDC_Response.Monitortype" Accessibility="Public" Enabled="onStandardMonitoring" Remotable="false" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_Client_PDC_Response.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="PDCResponseOK" ID="PDCResponseOK"/>
<OperationalState HealthState="Error" MonitorTypeStateID="PDCResponseError" ID="PDCResponseError"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>600</IntervalSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<LogSuccessEvent>true</LogSuccessEvent>
<FailureThreshold>3</FailureThreshold>
<SuccessCount>3</SuccessCount>
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>120</TimeoutSeconds>
</Configuration>
</UnitMonitor>