Windows 2012 R2 DNS SEC - AXFR 區域傳輸監視器

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

此監視器會檢查 Windows Server 2012 R2 電腦中 AXFR 區域傳輸的效能資料。

Knowledge Base article:

摘要

此監視器會使用 PowerShell Commandlet 檢查 Windows Server 2012 R2 電腦中的區域的 AXFR 傳輸

設定

接收閾值:將狀態變更為錯誤前的接收錯誤數目下限。

回應閾值:將狀態變更為錯誤前的回應錯誤數目下限。

間隔秒數:值的檢查頻率 (以秒為單位)。

同步處理時間:模組執行同步處理時間。

逾時秒數:模組等待完成執行的時間長度 (以秒為單位)。

原因

錯誤狀態:接收的回應數和接收的成功數大於接收閾值「且」接收的要求數和傳送的成功數大於回應閾值

成功狀態:接收的回應數和接收的成功數大小於接收閾值「且」接收的要求數和傳送的成功數小於回應閾值

解決方式

使用 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 - AXFR 區域傳輸錯誤數目過高
伺服器 {1} 中的區域 {0} 取得的 AXFR 區域傳輸錯誤數目高於定義的閾值。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.ZoneTransfers.AXFR" 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.AXFR.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>AXFR</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>