File System Performance Rollup

System.NetworkManagement.Node.FileSystemPerformanceHealthRollup (DependencyMonitor)

This dependency monitor rolls up the performance health state of the file system of a network device

Knowledge Base article:

Summary

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

Causes

This monitor shows an error if one or more file system components has excessive utilization.

Resolutions

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

Element properties:

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

Source Code:

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