Validação de WMI do Microsoft Windows Server DNS

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

Alerta se o provedor de WMI do DNS falhou diversas vezes seguidas.

Knowledge Base article:

Resumo

O pacote de gerenciamento do DNS depende exclusivamente do WMI para descobrir e monitorar um servidor DNS. Esse monitor garante que o próprio provedor DNS WMI está íntegro.

Causas

A consulta WQL "SELECT EventLogLevel FROM MicrosoftDNS_Server" do namespace “root\MicrosoftDNS” falhou diversas vezes seguidas.

Resoluções

Garanta que o serviço de Instrumentação de Gerenciamento do Windows foi iniciado.

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
DNS do Windows – Falha na validação de WMI

O teste do namespace de WMI root\MicrosoftDNS falhou duas vezes seguidas.
Consulte o Gerenciador de Integridade para obter detalhes.

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>