AIX Server: Interface collisions Health Monitor

Jalasoft.Xian.SmartManagementPacks.AIXServers.Collisions.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Interface collisions if has changed its state.

Knowledge Base article:

Summary

Collisions is over threshold.

The number of collisions on this interface is above the maximum threshold configured in Xian Network Manager 2012.

Causes

Some other device(s) are transmitting at the same time.

Resolutions

If the number of collisions is too high, consider to redistribute your devices in different segments using switches or bridges to organize them.

Additional

Monitors the number of collisions on csma interface.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.AIX.JsXAIXServerUnixInterfaceElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Interface collisions Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.AIXServers.Collisions.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_AIX!Jalasoft.Xian.Common.Elements.ThirdParty.AIX.JsXAIXServerUnixInterfaceElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Collisions_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>