Windows 2012 R2 DNS SEC - IXFR 영역 전송 모니터

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

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

Knowledge Base article:

요약

이 모니터는 IXFR mandlet을 사용하여 Windows Server 2012 R2 컴퓨터에서 영역의 IXFR 전송을 확인합니다.

구성

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

응답 임계값: 상태가 오류로 변경되기 전의 최소 응답 오류 수입니다.

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

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

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

원인

오류 상태: 수신 임계값보다 큰 응답 수신 및 성공 수신과 응답 입계값보다 큰 요청 수신 및 성공 전송

성공 상태: 수신 임계값보다 작은 응답 수신 및 성공 수신과 응답 임계값보다 작은 요청 수신 및 성공 전송

해결 방법

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

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.ZoneTransfers.IXFR" 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.ZoneTransfers.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.ZoneTransfers.IXFR.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>
<TransferType>IXFR</TransferType>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ReceiveThreshold>100</ReceiveThreshold>
<ResponseThreshold>500</ResponseThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>