Network Device Responsiveness

System.NetworkManagement.Node.IsResponsive (AggregateMonitor)

Aggregate monitor that tracks the overall responsiveness of the network device to both ICMP and SNMP

Knowledge Base article:

Summary

This monitor is the rollup monitor for responsiveness to ICMP or SNMP. If one or more of the subordinate monitors is in a warning state, this monitor will also be in a warning state.

Causes

A warning state for this monitor indicates that the target network device is not responding to either ICMP or SNMP ping messages.

Resolutions

Use the Health Explorer to determine which subordinate monitor is causing the failure. See the knowledge article for the failed monitor for more information on the specific failure.

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
Network Device is Not Responding
Device {0} ({1}) is not responding to either ICMP or SNMP requests. Use health explorer to further troubleshoot this issue.

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>