Network Device: Bandwidth percentage Health Monitor

Jalasoft.Xian.SmartManagementPacks.NetworkDevices.BandwidthPercentage.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Bandwidth percentage if has changed its state.

Knowledge Base article:

Summary

Bandwidth percentage is over threshold.

The percentage of bandwidth that change in a period of time is above the maximum threshold configured in Xian Network Manager 2012.

Causes

There is a high amount of octets that are over to maximun octets to use.

Resolutions

Upgrade the interface if speed is a main limiting factor for device performance.

Additional

Monitors the percentage of bandwidth that were received on the device.

Element properties:

TargetJalasoft.Xian.Common.Elements.Standard.Snmp.Rfc1213.JsXNetworkDeviceSnmpInterfaceElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Bandwidth percentage Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.NetworkDevices.BandwidthPercentage.1.1" Accessibility="Public" Enabled="true" Target="Standard_Snmp_Rfc1213!Jalasoft.Xian.Common.Elements.Standard.Snmp.Rfc1213.JsXNetworkDeviceSnmpInterfaceElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="BandwidthPercentage_AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Params/Param[3]$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>