Network Device Memory Availability

System.NetworkManagement.Memory.MemoryException (AggregateMonitor)

Aggregate monitor that rolls up health state for memory

Knowledge Base article:

Summary

This monitor is the rollup monitor for the health state for memory. 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 a memory warning state in one or more monitored interfaces.

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.Memory
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryPerformanceHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic

Source Code:

<AggregateMonitor ID="System.NetworkManagement.Memory.MemoryException" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Memory" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>PerformanceHealth</Category>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>