Cisco Nexus: Total segments Health Monitor

Jalasoft.Xian.SmartManagementPacks.CiscoNexus.TotalSegments.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Total segments if has changed its state.

Knowledge Base article:

Summary

Total segments is over threshold.

The total number of segments received and sent by the TCP protocol is above the maximum threshold configured in Xian Network Manager.

External

www.jalasoft.com/KnowledgeBase

Causes

It presents the sum of values for incoming and outgoing segments and could be increased over threshold by one or both of these.

Resolutions

Verify TCP traffic in this device and perform some tuning if necessary. Redistributing the load among other devices if possible is also recommended.

Additional

Monitors the total number of received and sent segments by the TCP protocol on a Cisco Nexus.

Element properties:

TargetJalasoft.Xian.Common.Types.ThirdParty.Cisco.JsXCiscoNexusInterfaceElementContainer
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Total segments Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.CiscoNexus.TotalSegments.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_Cisco!Jalasoft.Xian.Common.Types.ThirdParty.Cisco.JsXCiscoNexusInterfaceElementContainer" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="TotalSegments_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>