Cisco ASA: Failover status Health Monitor

Jalasoft.Xian.SmartManagementPacks.CiscoASA.FailoverStatus.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Failover status has changed its state.

Knowledge Base article:

Summary

Failover status has changed.

The failover status has changed to one of the following states: Enabled or Disabled.

Causes

When it has changed to Enabled, it is operating again. When Disabled, it can be due to: failure with a unit, the unit is unable to determine its status, or the unit detects a power failure on the other unit.

Resolutions

Check the system log messages for the units for an indication of the nature of the problem. Replace the cable. Test that your primary (active) unit is enabling traffic as expected by using FTP (for example) to send a file between hosts on different interfaces.

Additional

Monitors the Cisco PIX Firewall failover status. It can be enabled or disabled

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.Cisco.JsXCiscoASASnmpDeviceElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Failover status Alert
{0}

Source Code:

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