ネットワーク デバイスの応答

System.NetworkManagement.Node.IsResponsive (AggregateMonitor)

ICMP と SNMP の両方のネットワーク デバイスの全体的な応答性を追跡する集合モニター

Knowledge Base article:

概要

このモニターは、ICMP または SNMP への応答性を監視するロールアップ モニターです。従属モニターが警告状態になると、このモニターも警告状態になります。

原因

このモニターの警告状態は、監視しているネットワーク デバイスが ICMP Ping または SNMP Ping のメッセージに応答していないことを示します。

解決方法

ヘルス エクスプローラーを使用して、どの従属モニターが原因で問題が発生しているかを調べます。問題が発生したモニターのナレッジ項目で、特定の不具合の詳細を確認してください。

Element properties:

TargetSystem.NetworkManagement.Node
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
ネットワーク デバイスが応答していません
デバイス {0} ({1}) が、ICMP 要求または SNMP 要求に応答していません。この問題を調査して解決するには、ヘルス エクスプローラーを使用してください。

Source Code:

<AggregateMonitor ID="System.NetworkManagement.Node.IsResponsive" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Node" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Node.IsResponsive.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>