Cisco

Check PIX Failover Status

Description:

Checks status of a pair of PIX firewalls in failover. Allows OK state for any valid status, and can notify on change of status (first change only).

Current Version

1.00

Last Release Date

2010-03-02

Compatible With

  • Nagios 3.x

Project Files
Project Notes
Check PIX Failover status. This is similar to other plugins, however standby / active is treated as OK, but warns after a switch of status. Run this against your primary unit IP address only; it will check both primary and standby units together. Previous status is passed as a parameter to compare against: define command{ command_name check_pixfailover command_line $USER1$/check_pixfailover -H $HOSTADDRESS$ -C $USER3$ -P $SERVICEOUTPUT$ } Sample output includes: Standard result: Failover OK: Primary:Active Secondary:Standby First check after a switch: Failover WARNING: Primary:Standby Secondary: Active Subsequent checks: Failover OK: Primary:Standby Secondary: Active Any questions or suggestions for improvement, please let me know. Richard Yates
Reviews (1) Add a Review
Brilliant!
by lain2097, January 31, 2011

After some tinkering got this script to monitor my ASA5510 pair. Don't know whether this is proper or not but I had to change the script and command slightly: *check_pixfailover.pl: modify line: use lib '/usr/lib/nagios/plugins/'; *commands.cfg: define command{ command_name check_pixfailover command_line $USER1$/check_pixfailover.pl -H $HOSTADDRESS$ -C SNMPCommunity -P $SERVICEOUTPUT$ } Not doing this would result in a CRITICAL (null) status or 127 error. Using ASA 8.2.2 & Nagios 3.2.0.



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
5 (1)
Favorites
0
Views
95,946