Windows DNS サーバー 2016 および 1709+ の未使用ゾーンの検出

Microsoft.Windows.DNSServer.2016.Monitor.DetectUnusedZone (UnitMonitor)

このモニターは、DNS サーバー上の未使用ゾーンを検出します。ゾーンにアクティビティが長期間ない場合、このモニターは警告を発します。

Knowledge Base article:

概要

このモニターは、Windows Server 2016 および 1709+ DNS ゾーンの指定した間隔の受信クエリ数間の差分値を評価します。差分値が 0 の場合、モニターの状態は変わり、アラートが生成されます。

構成

間隔 (秒):差分評価に使用する値間の秒数。

同期時刻:Windows スクリプトを強制的に実行する時間を指定します。

タイムアウト (秒):スクリプトを終了するまでにスクリプトを実行できる最大秒数を指定します。

原因

DNS サーバー上でゾーンは使用されていません。

解決方法

ゾーンの構成を確認してください。

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Zone
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.DetectUnusedZones.UnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS 2016 および 1709+ - 未使用ゾーンの検出
現在のゾーンは最後の間隔で使用されませんでした
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Monitor.DetectUnusedZone" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Zone" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.DNSServer.2016.DetectUnusedZones.UnitMonitorType" ConfirmDelivery="true" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.Monitor.DetectUnuzedZone_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Healthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ZoneName>$Target/Property[Type="Microsoft.Windows.DNSServer.2016.Zone"]/ZoneName$</ZoneName>
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>240</TimeoutSeconds>
</Configuration>
</UnitMonitor>