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>