Microsoft Windows Server DNS WMI Doğrulama

Microsoft.Windows.Server.DNS.WMI.Validation (AggregateMonitor)

DNS WMI sağlayıcısı arka arkaya bir kereden fazla başarısız olmuşsa uyarır.

Knowledge Base article:

Özet

DNS yönetim paketi, DNS sunucusunu keşfetmek ve izlemek için çoğunlukla WMI'ya bağlıdır. Bu izleyici DNS WMI sağlayıcısının iyi durumda olmasını sağlar.

Nedenler

“root/MicrosoftDNS” ad alanındaki "SELECT EventLogLevel FROM MicrosoftDNS_Server" WQL sorgusu arka arkaya birkaç kez başarısız oldu.

Çözümler

Windows Yönetim Araçları hizmetinin başlatıldığından emin olun.

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 Doğrulaması Başarısız Oldu
WMI ad alanı root\MicrosoftDNS'nin sınanması arka arkaya iki kez başarısız oldu.

Ayrıntılar için lütfen Sistem Durumu Gezgini'ne bakın.

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>