高错误百分比

System.NetworkManagement.NetworkAdapter.HighErrorRate (AggregateMonitor)

一个汇总错误百分比运行状况监视器的聚合监视器

Knowledge Base article:

摘要

此监视器是数据包错误率的运行状况状态的汇总监视器。 如果一个或多个从属监视器处于警告状态,则此监视器也将处于警告状态。 如果输入或输出数据包错误数超过配置的阈值,则从属监视器将进入警告状态。

原因

此监视器的警告状态表示一个或多个被监视的接口遇到输入或输出数据包错误高百分比。

解决方法

使用运行状况资源管理器来确定哪个从属监视器导致故障。 有关特定故障的详细信息,请参阅失败的监视器的知识库文章。

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
接口高错误率
接口 {0} 已超过其错误率。 使用运行状况资源管理器来进一步解决此问题。

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>