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
38925
Files:
FileDescription
check_asa_connections.shcheck_asa_connections.sh
Nagios CSP

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 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
}