Windows 2012 R2 DNS SEC - 이름 확인 쿼리 모니터

Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries (UnitMonitor)

이 모니터는 Windows Server 2012 R2 컴퓨터에서 이름 확인 쿼리에 대한 성능 데이터를 확인합니다.

Knowledge Base article:

요약

이 모니터는 powershell commandlet을 사용하여 Windows Server 2012 R2 컴퓨터의 영역에 이름 확인 쿼리 오류가 있는지 확인합니다.

구성

경고 쿼리 실패 임계값: 상태가 경고로 변경되기 전의 최소 쿼리 실패 오류 수입니다.

오류 쿼리 실패 임계값: 상태가 오류로 변경되기 전의 최대 쿼리 실패 오류 수입니다.

경고 쿼리 이름 실패 임계값: 상태가 경고로 변경되기 전의 최소 쿼리 이름 오류 수입니다.

오류 쿼리 이름 실패 임계값: 상태가 오류로 변경되기 전의 최대 쿼리 이름 오류 수입니다.

IntervalSeconds: 값을 확인해야 하는 빈도(초)입니다.

SyncTime: 모듈 실행에 대한 동기화 시간입니다.

TimeoutSeconds: 모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

원인

오류 상태: 오류 쿼리 실패 임계값보다 큰 쿼리 실패 또는 오류 쿼리 이름 임계값보다 큰 쿼리 이름 오류

경고 상태: 경고 쿼리 실패 임계값보다 큰 쿼리 실패와 오류 쿼리 실패 임계값보다 작은 쿼리 실패 또는 경고 쿼리 이름 임계값보다 큰 쿼리 이름 오류와 오류 쿼리 이름 임계값보다 작은 쿼리 이름 오류

성공 상태: QueryReceived = QueriesResponded, 경고 쿼리 실패 임계값보다 작거나 같은 쿼리 실패 및 경고 쿼리 이름 임계값보다 작거나 같은 쿼리 이름 오류

해결 방법

DNS 관리 도구를 사용하여 영역의 상태를 확인하여 영역이 온라인 상태인지 확인합니다.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.2012.R2.NameResolutionQueries.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2012 R2 DNS SEC - 영역 이름 확인 쿼리 오류가 많음
서버 {1}의 영역 {0}에 정의된 임계값보다 큰 이름 확인 쿼리 오류가 있습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.DNS.2012.R2.NameResolutionQueries.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ErrorState" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="WarningState" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="SuccessState" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ZoneName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</ZoneName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<WarningQueryFailureThreshold>0</WarningQueryFailureThreshold>
<ErrorQueryFailureThreshold>10</ErrorQueryFailureThreshold>
<WarningQueryNameFailureThreshold>0</WarningQueryNameFailureThreshold>
<ErrorQueryNameFailureThreshold>10</ErrorQueryNameFailureThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>