Microsoft Windows Server DNS フォワーダー条件付き逆引き (Localhost NSLookup)

Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse.Localhost.NSLookup (UnitMonitor)

フォワーダーをテストするため、localhost に対して NSLookup を実行します。

Knowledge Base article:

概要

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

構成

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

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

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

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

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

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

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Forwarder.Conditional.Reverse
Parent MonitorMicrosoft.Windows.Server.DNS.Forwarder.Conditional.Reverse.NSLookup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse.Localhost.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse" ParentMonitorID="Microsoft.Windows.Server.DNS.Forwarder.Conditional.Reverse.NSLookup" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Microsoft.Windows.Server.DNS.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdd2b74beb44bf4d94953051ee52e43395" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdcb59e9f123e646878e4e703bb2671030" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId8fa6e099ac594be6bf1c6987a879096f" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>905</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>PTR</QueryType>
<HostName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Forwarder"]/DomainName$</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>