Microsoft Windows Server DNS フォワーダー (IP アドレス無条件 NSLookup)

Microsoft.Windows.Server.DNS.Forwarder.IPAddress.Unconditional.NSLookup (UnitMonitor)

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

Knowledge Base article:

概要

既定では、このモニターは無効になっています。DNS サーバーがインターネットにアクセスして www.microsoft.com を解決できない可能性があるからです。 DNS サーバーがインターネットにアクセスでき、無条件転送フォワーダーをそのレコードを使ってテストする場合、オーバーライドによってモニターを有効にします。 www.microsoft.com がニーズに適さない場合、オーバーライドによって別のホストをターゲットにすることもできます。

構成

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

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

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

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

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

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

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Forwarder.IPAddress.Unconditional
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
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.IPAddress.Unconditional.NSLookup" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Forwarder.IPAddress.Unconditional" ParentMonitorID="Health!System.Health.AvailabilityState" 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="UIGeneratedOpStateIdaeb7b874669d4263a546d42ceaa0b77c" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdb2d4e5ba153e4f7db24df0b642efc993" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdbaa650c7bd6b42cbb5f9d8168f68d04c" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>907</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>A</QueryType>
<HostName>www.microsoft.com.</HostName>
<Server>$Target/Property[Type="Microsoft.Windows.Server.DNS.Forwarder.IPAddress"]/IPAddress$</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>