Windows 2012 R2 DNS SEC - 영역 업데이트 모니터

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

이 모니터는 Windows Server 2012 R2 컴퓨터에서 영역 업데이트에 대한 성능 데이터를 확인합니다.

Knowledge Base article:

요약

이 모니터는 powershell commandlet을 사용하여 Windows Server 2012 R2 컴퓨터에서 영역 업데이트를 확인합니다.

구성

업데이트 임계값: 상태가 오류로 변경되기 전의 최소 업데이트 오류 수입니다.

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

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

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

원인

오류 상태: 업데이트 임계값보다 큰 동적 업데이트 수신 및 동적 업데이트 거부

성공 상태: 업데이트 임계값보다 작거나 같은 동적 업데이트 수신 및 동적 업데이트 거부

해결 방법

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.ZoneUpdate.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2012 R2 DNS SEC - 영역 업데이트 오류가 많음
서버 {1}의 영역 {0}에는 정의된 임계값보다 큰 영역 업데이트 오류가 있습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.ZoneUpdate" 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.ZoneUpdate.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.ZoneUpdate.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="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>
<UpdateThreshold>100</UpdateThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>