Home Directory Plugins Network Protocols SNMP check_asa_connections

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_asa_connections

Rating
0 votes
Favoured:
0
Current Version
1
Last Release Date
2013-05-01
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
Owner
License
GPL
Hits
38647
Files:
FileDescription
check_asa_connections.shcheck_asa_connections.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check active connections on Cisco ASA 5510.
Bash script to get number of connections from Cisco ASA 5510.
With perfomance data to make graphics (pnp4nagios). Script works with 3 args - Cisco IP, community string, critical level of connections.

To install:
1. Put script in Nagios libexec dir

2. Add in commands.cfg:

define command{
command_name check_asa_connections
command_line $USER1$/check_asa_connections $HOSTADDRESS$ $ARG1$ $ARG2$
}

3. Add in host config file
define service{
use generic-service
host_name cisco-asa
service_description Connections num
check_command check_asa_connections!nagios!100000
notifications_enabled 1
process_perf_data 1
}