Microsoft Windows Server DNS フォワーダー (IP アドレス条件付き転送 NSLookup)

Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward.NSLookup (UnitMonitor)

フォワーダーの単一ターゲットをテストします。

Knowledge Base article:

概要

このモニターは、IP Address NSLookUp に基づいて Windows Server DNS 条件付きフォワーダーを確認します。

構成

間隔 (秒):このモニターが NSLOOKUP を実行する間隔です。

スクリプト タイムアウト (秒):SCOM が許容する、スクリプトが終了するまでの合計の実行時間です。

クエリ タイムアウト (秒):NSLOOKUP の -timeout オプションに使用されます。

クエリの種類:NSLOOKUP の -querytype オプションに使用されます。許容されている値はA、CNAME、PTR、NS、SOA です。

ホスト名:NSLOOKUP の解決対象のホスト レコードです。

サーバー:NSLOOKUP がクエリを送るサーバーです。

非権限の承認:SCOM が NSLOOKUP への権限のない応答を承認するかどうかを指定します。

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Forward" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Microsoft.Windows.DNSServer.2016.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId0b6828683db34a4e9e1938805ddfa65c" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId1e848457f70e4a2ebdf77baa20da7ce3" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId3c70e432f40743b3a1b9a9b1d019a6ad" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>908</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>A</QueryType>
<HostName>$Target/Host/Property[Type="Microsoft.Windows.DNSServer.2016.Forwarder"]/DomainName$.</HostName>
<Server>$Target/Property[Type="Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress"]/IPAddress$</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>