Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
Plugin to check failover status of a Cisco PIX/ASA cluster.
Current Version
Last Release Date
June 24, 2009
Owner
Nagios Exchange
Website
http://www.68k.se/martin/nagios
Compatible With
check_pix_failover
Plugin to check failover status of a Cisco PIX/ASA cluster. Will report critical if primary or secondary unit has failed, and warning if they have switched place (if the primary unit is standby and the secondary is active). Written in Perl, requires Net::SNMP. You might need to change the line "use lib '/usr/lib/nagios/plugins';" to point to your correct path.
Had to make the following changes to get it to work on an ASA5510 HA pair: Remove: use lib '/usr/lib/nagios/plugins'; use utils qw (%ERRORS $TIMEOUT); Insert: my $TIMEOUT = 15; my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4); Else gives CRITICAL error with (null) response though it works from command line
Hello, Thanks for this plugin. My concern is about the command line. $USER3$ is my community snmp argument but I would like to know what is "P $SERVICEOUTPUT$". Is there anything I need to do on the ASA to make the plugin working ? When I'm testing the plugin, there no output as shown below: "/usr/local/nagios/libexec/check_asa_failover.pl -H 10.1.1.32 -C MYcommunity -P $SERVICEOUTPUT$" Thanks
You must be logged in to submit a review.
To:
From: