ICMP (Ping) モニター

System.NetworkManagement.ICMPMonitor.ICMP_IP.IPStatus (UnitMonitor)

ネットワーク デバイスからの Ping への応答を監視します。

Knowledge Base article:

概要

このモニターは、対象の IP アドレスのデバイスが ICMP Ping メッセージに応答しているかどうかを示します。 モニターの状態は、次のいずれかになります。

構成

このモニターでは、次のオプションを構成できます。

オプション

定義

既定

間隔

デバイスの状態を確認する間隔 (秒)

120 秒

再試行回数

各監視期間内でサンプリングを中止するまでに再試行する回数

3

サンプル数

モニターの状態が変わるまでの連続サンプルの数

3

タイムアウト

値をサンプリングするときにデバイスからの応答を待つ時間。この時間が過ぎると、サンプリングがタイムアウトし、再びサンプリングが開始されます。

1,000 ミリ秒

原因

このモニターの警告状態は、対象の IP アドレスのデバイスが ICMP Ping メッセージに応答していないことを示します。

解決方法

SNMP トラフィックを許可するようにファイアウォールが構成されていることを確認します。 ヘルス エクスプローラーにあるモニターの [状態変更イベント] タブで、状態の変更の詳細を確認します。 ここには、クエリに対してデバイスから返されたオブジェクト識別子 (OID) と値が示されています。 問題の詳細と解決方法については、デバイスの製造元のドキュメントにあるデバイス固有の OID の情報を参照してください。

Element properties:

TargetSystem.NetworkManagement.ICMP_IP
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ICMPMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
IP エンドポイントが ICMP Ping に応答していません
{0} が ICMP Ping に応答していません。 エンドポイントがオフラインか管理サーバーから到達できない、または ICMP が無効になっています。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.ICMPMonitor.ICMP_IP.IPStatus" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.ICMP_IP" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ICMPMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.ICMPMonitor.ICMP_IP.IPStatus.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.IP"]/Address$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Responding" MonitorTypeStateID="ICMPResponding" HealthState="Success"/>
<OperationalState ID="NotResponding" MonitorTypeStateID="ICMPNotResponding" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IP>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.IP"]/Address$</IP>
<Interval>120</Interval>
<NoOfRetries>3</NoOfRetries>
<NumberOfSamples>3</NumberOfSamples>
<Timeout>1000</Timeout>
<PacketSizeBytes>32</PacketSizeBytes>
</Configuration>
</UnitMonitor>