Windows 2012 R2 DNS SEC - IXFR 区域传送监视器

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

此监视器检查 Windows Server 2012 R2 计算机中 IXFR 区域传送的性能数据。

Knowledge Base article:

摘要

此监视器使用 powershell commandlet 在 Windows Server 2012 R2 计算机中检查区域的 IXFR 传送

配置

接收阈值:状态更改为“错误”之前的最低接收错误数量。

响应阈值:状态更改为“错误”之前的最低响应错误数量。

间隔(秒):对值进行检查的频率(秒)。

同步时间:模块执行的同步时间。

超时(秒):等待模块完成执行的时间(秒)。

原因

错误状态:收到的响应和收到的成功大于接收阈值,且收到的请求和发送的成功大于响应阈值

成功状态:收到的响应和收到的成功小于接收阈值,且收到的请求和发送的成功小于响应阈值

解决方案

使用 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>