Processor Component Performance Rollup

System.NetworkManagement.Node.ProcessorPerformanceHealthRollup (DependencyMonitor)

This dependency monitor rolls up the performance health state of the processor components of a network device

Knowledge Base article:

Summary

This monitor rolls up the processor performance status of monitored network devices. This monitor has two possible states:

Causes

This monitor shows an error if one or more processor components has an issue.

Resolutions

Use the Health Explorer to determine the status of the network device experiencing processor issues and resolve the issue.

Element properties:

TargetSystem.NetworkManagement.Node
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
Source MonitorSystem.Health.PerformanceState
RelationshipSystem.NetworkManagement.NodeHostsProcessor
CategoryPerformanceHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="System.NetworkManagement.Node.ProcessorPerformanceHealthRollup" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Node" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" RelationshipType="NetworkLibrary!System.NetworkManagement.NodeHostsProcessor" MemberMonitor="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>