Microsoft Windows Server DNS WMI 検証

Microsoft.Windows.DNSServer.2016.WMI.Validation (AggregateMonitor)

DNS WMI プロバイダーが複数回続けて失敗した場合に、アラートを発行します。

Knowledge Base article:

概要

DNS 管理パックは、DNS サーバーの検出と監視で、WMI に非常に大きく依存しています。このモニターは、DNS WMI プロバイダー自身が正常であることを保証します。

原因

名前空間 “root\MicrosoftDNS” からの WQL クエリ "SELECT EventLogLevel FROM MicrosoftDNS_Server" が、続けて複数回失敗しました。

解決方法

Windows Management Instrumentation サービスが開始されていることを確認します。

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
Parent MonitorSystem.Health.AvailabilityState
AlgorithmBestOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - WMI 検証が失敗しました

WMI 名前空間 root\MicrosoftDNS が 2 回続けて失敗したかどうかをテストします。
詳細については、ヘルス エクスプローラーをご覧ください。

Source Code:

<AggregateMonitor ID="Microsoft.Windows.DNSServer.2016.WMI.Validation" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.WMI.Validation_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<Algorithm>BestOf</Algorithm>
</AggregateMonitor>