Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
lain2097
bylain2097, January 8, 2011
Works perfectly in my environment; flexible thresholds.
Working on 4507R-E, 3750X stacks, 1721 and 2960G.
Got to set up the rest of my environment!
Working on 4507R-E, 3750X stacks, 1721 and 2960G.
Got to set up the rest of my environment!
bylain2097, January 8, 2011
Works perfectly on my 4507R-E (11 sensors!) and multiple 3750X stacks. Does not work on 2960G or 2950 - probably no sensor.
bylain2097, January 8, 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.
*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.