High Error Percentage

System.NetworkManagement.NetworkAdapter.HighErrorRate (AggregateMonitor)

Aggregate monitor that rolls up error percentage health monitors

Knowledge Base article:

Summary

This monitor is the rollup monitor for the health state of the packet error rate. If one or more of the subordinate monitors is in a warning state, this monitor will also be in a warning state. A subordinate monitor enters a warning state if the number of input or output packet errors exceeds the configured threshold.

Causes

A warning state for this monitor indicates that one or more monitored interfaces is experiencing a high percentage of input or output packet errors.

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.NetworkAdapter
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Interface High Error Rate
Interface {0} has exceeded its error rate. Use health explorer to further troubleshoot this issue.

Source Code:

<AggregateMonitor ID="System.NetworkManagement.NetworkAdapter.HighErrorRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.NetworkAdapter.HighErrorRate.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>