Windows 2012 R2 DNS SEC - 名前解決のクエリ モニター

Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries (UnitMonitor)

このモニターは、Windows Server 2012 R2 コンピューターで名前解決のクエリのパフォーマンス データを確認します。

Knowledge Base article:

概要

このモニターは、PowerShell コマンドレットを使用して Windows Server 2012 R2 コンピューター内のゾーンの名前解決のクエリ エラーを確認します

構成

クエリ エラーの警告しきい値: この値を超えると状態が警告に変更される、クエリ エラーの最小数。

クエリ エラーのエラーしきい値: この値を超えると状態がエラーに変更される、クエリ エラーの最小数。

クエリ名エラーの警告しきい値: この値を超えると状態が警告に変更される、クエリ名エラーの最小数。

クエリ名エラーのエラーしきい値: この値を超えると状態がエラーに変更される、クエリ名エラーの最小数。

間隔 (秒): 値をチェックする頻度 (秒)。

同期時刻: モジュール実行のための同期時刻。

タイムアウト (秒): モジュールの実行完了を待機する時間 (秒)。

原因

エラー状態: クエリ エラーがクエリ エラーのエラーしきい値より大きいか、またはクエリ名エラーがクエリ名のエラーしきい値より大きい

警告状態: クエリ エラーがクエリ エラーの警告しきい値より大きく、かつクエリ エラーがクエリ エラーのエラーしきい値より小さいか、またはクエリ名エラーがクエリ名の警告しきい値より大きく、かつクエリ名エラーがクエリ名のエラーしきい値より小さい

成功状態: QueryReceived = QueriesResponded およびクエリ エラーがクエリ エラーの警告しきい値以下であり、かつクエリ名エラーがクエリ名の警告しきい値以下である

解決方法

DNS 管理ツールを使用して、ゾーンの状態をチェックし、オンラインであるかどうかを確認します。

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.2012.R2.NameResolutionQueries.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2012 R2 DNS SEC - ゾーンの名前解決のクエリ エラー数が多い
サーバー {1} のゾーン {0} で、定義されたしきい値を超える名前解決のクエリ エラーを受け取りました。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.DNS.2012.R2.NameResolutionQueries.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ErrorState" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="WarningState" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="SuccessState" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ZoneName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</ZoneName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<WarningQueryFailureThreshold>0</WarningQueryFailureThreshold>
<ErrorQueryFailureThreshold>10</ErrorQueryFailureThreshold>
<WarningQueryNameFailureThreshold>0</WarningQueryNameFailureThreshold>
<ErrorQueryNameFailureThreshold>10</ErrorQueryNameFailureThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>