Microsoft Windows Server DNS WMI 유효성 검사

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

DNS WMI 공급자가 연속해서 여러 번 실패할 경우 경고를 표시합니다.

Knowledge Base article:

요약

DNS 관리 팩은 DNS Server 검색 및 모니터링 시 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 네임스페이스 root\MicrosoftDNS가 연속해서 두 번 실패했습니다.

자세한 내용은 상태 탐색기를 참조하십시오.

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>