ネットワーク アダプター DNS サーバー モニター

Microsoft.Windows.Server.2012.R2.AD.Configuration.NetworkAdapters.DNS.Monitor (UnitMonitor)

すべてのネットワーク アダプターの DNS サーバーを監視します。

Knowledge Base article:

概要

このモニターは、すべてのネットワーク アダプターの DNS サーバーが ping 要求に解決されていることを確認します。

構成

IntervalSeconds:モニターを実行する頻度 (秒)

エラーしきい値:このしきい値を超えるとエラー アラートがトリガーされます

WarnThreshold: このしきい値を超えると警告アラートがトリガーされます

原因

次の原因が考えられます。

解決方法

すべてのネットワーク アダプターの DNS サーバーが正しいことを確認してください。

すべてのネットワーク アダプターの DNS サーバーがオンラインで、正しく機能していることを確認してください。

ネットワーク アダプターに問題がないことを確認してください。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.Configuration.NetworkAdapters.DNS.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
ネットワーク アダプター DNS サーバー ヘルス モニターで障害が発生しました。
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.Configuration.NetworkAdapters.DNS.Monitor" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.R2.AD.Configuration.NetworkAdapters.DNS.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.Configuration.NetworkAdapters.DNS.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AdaptersOK" MonitorTypeStateID="AdaptersOK" HealthState="Success"/>
<OperationalState ID="AdaptersWarn" MonitorTypeStateID="AdaptersWarn" HealthState="Warning"/>
<OperationalState ID="AdaptersError" MonitorTypeStateID="AdaptersError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ErrorThreshold>0</ErrorThreshold>
<WarnThreshold>2</WarnThreshold>
</Configuration>
</UnitMonitor>