Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Cisco ACE 4700 Loadbalancer Failover State Check
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Check Plugin uses SNMP to query the ft state of two Cisco ACE 4700 Loadbalancer appliances.
*Returns OK for state Active - StandbyHot
*Returns WARNING for state Active - (Initializing|Negotiation)
*Returns CRITICAL for state Active - (Other than above)
*Returns CRITICAL for state (Other than Active) - (All states)
Unfortunately you cannot query the peer state directly from the host, so you have to query the peer, too.
So the syntax i.e. would be "check_ace_failover -H 192.168.0.1 -P 192.168.0.2 -C public"
*Returns OK for state Active - StandbyHot
*Returns WARNING for state Active - (Initializing|Negotiation)
*Returns CRITICAL for state Active - (Other than above)
*Returns CRITICAL for state (Other than Active) - (All states)
Unfortunately you cannot query the peer state directly from the host, so you have to query the peer, too.
So the syntax i.e. would be "check_ace_failover -H 192.168.0.1 -P 192.168.0.2 -C public"
Reviews (1)
bylordbigsack, June 18, 2012
hi, this is a great little plugin for checking the FT state of a single context.
Would it be possible to query further up the oid tree to check for multiple FT groups?
something like [nagios@nagio01 libexec]$ snmpwalk -v 2c -c public 192.168.1.1 1.3.6.1.4.1.9.9.650.1.1.4.1.2
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.1 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.2 = INTEGER: 5
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.3 = INTEGER: 9
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.4 = INTEGER: 9
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.5 = INTEGER: 5
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.6 = INTEGER: 9
if it could be happy with either active/standbyhot or standbyhot/active that would be a benefit as we split the load between prod and test. It would be good if it simply alerted on state change.
thanks
Would it be possible to query further up the oid tree to check for multiple FT groups?
something like [nagios@nagio01 libexec]$ snmpwalk -v 2c -c public 192.168.1.1 1.3.6.1.4.1.9.9.650.1.1.4.1.2
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.1 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.2 = INTEGER: 5
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.3 = INTEGER: 9
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.4 = INTEGER: 9
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.5 = INTEGER: 5
SNMPv2-SMI::enterprises.9.9.650.1.1.4.1.2.1.6 = INTEGER: 9
if it could be happy with either active/standbyhot or standbyhot/active that would be a benefit as we split the load between prod and test. It would be good if it simply alerted on state change.
thanks