Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_asa_connections
1
2013-05-01
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios XI
- Nagios Fusion
GPL
38925
File | Description |
---|---|
check_asa_connections.sh | check_asa_connections.sh |
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!
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
}
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
}
Reviews (0)
Be the first to review this listing!