Microsoft Windows Server DNS WMI 验证

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

DNS WMI 提供程序连续多次失败时,生成警报。

Knowledge Base article:

摘要

DNS 管理包很大程度上依赖 WMI 来发现和监视 DNS 服务器。此监视器可确保 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 已连续两次测试失败。
请参阅运行状况资源管理器以了解详细信息。

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>