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

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

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

Knowledge Base article:

概要

このモニターは、IP Address Reverse 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.Reverse
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.Reverse.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Forwarder.IPAddress.Conditional.Reverse" 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="UIGeneratedOpStateId826c688cc8c949e493f0d2484c0862ee" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId315d8449ccde4d6bb874d9707a4222b5" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdad91500a129a42338aa5a119df9da5db" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>909</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>PTR</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>