Microsoft Windows Server DNS - WMI-validatie

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

Waarschuwt als de DNS WMI-provider meerdere keren achterelkaar is mislukt.

Knowledge Base article:

Samenvatting

Het management pack voor DNS is in grote mate afhankelijk van WMI voor het detecteren en controleren van een DNS-server. Deze monitor zorgt ervoor dat de DNS WMI-provider zelf in orde is.

Oorzaken

De WQL-query SELECT EventLogLevel FROM MicrosoftDNS_Server vanuit de naamruimte hoofdmap\MicrosoftDNS is meerdere keren achter elkaar mislukt.

Oplossingen

Zorg ervoor dat de Windows Management Instrumentation-service is gestart.

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-validatie is mislukt

De test van de WMI-naamruimte hoofdmap\MicrosoftDNS is tweemaal achterelkaar mislukt.
Zie Health Explorer voor meer informatie.

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>