Microsoft Windows Server DNS WMI 驗證

Microsoft.Windows.Server.DNS.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.Server.DNS.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 命名空間根\Microsoft DNS 已連續失敗兩次。

請查看健全狀況總管以取得詳細資料。

Source Code:

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