Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
CISCO ASA - CPULoad & MEM
1.0
2011-06-30
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios XI
- Nagios Fusion
GPL
124432
File | Description |
---|---|
check_cisco_ips.pl.txt | Nagios ASA CPU/Mem Check |
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!
based on Mathias Mahnke & Patrick Proy, Cisco IPS SNMP Checks
Checks for CPU and Memory ASA status. Tested with 5520 Cisco ASA.
Some examples:
host$ ./check_cisco_ips.pl -H -C -2 -T cpu -w 70%,50%,40% -c 90%,70%,50%
Cisco ASA CPU : 5sec = 13 %, 2min = 13 %, 5min = 18 % : OK
host$ ./check_cisco_ips.pl -H -C -2 -T mem -w 60% -c 80%
Cisco ASA Memory : used = 977 MB, free = 1018 MB, utilization = 48 % : OK
Tested with ASA5520.
Checks for CPU and Memory ASA status. Tested with 5520 Cisco ASA.
Some examples:
host$ ./check_cisco_ips.pl -H -C -2 -T cpu -w 70%,50%,40% -c 90%,70%,50%
Cisco ASA CPU : 5sec = 13 %, 2min = 13 %, 5min = 18 % : OK
host$ ./check_cisco_ips.pl -H -C -2 -T mem -w 60% -c 80%
Cisco ASA Memory : used = 977 MB, free = 1018 MB, utilization = 48 % : OK
Tested with ASA5520.
Reviews (1)
byZeysh, January 9, 2012
Does work with Cisco ASA 5505 and 5510.
Used these oids insteded :
my $cisco_cpu_5m = "1.3.6.1.4.1.9.9.109.1.1.1.1.3.1"; # Cisco CPU load (5min %)
my $cisco_cpu_1m = "1.3.6.1.4.1.9.9.109.1.1.1.1.4.1"; # Cisco CPU load (1min %)
my $cisco_cpu_5s = "1.3.6.1.4.1.9.9.109.1.1.1.1.5.1"; # Cisco CPU load (5sec %)
my $cisco_mem_used = "1.3.6.1.4.1.9.9.48.1.1.1.5.1"; # Cisco Mem Used
my $cisco_mem_free = "1.3.6.1.4.1.9.9.48.1.1.1.6.1"; # Cisco Mem Free
I didn't find yet rights ones for the Health status.
Zeysh
Used these oids insteded :
my $cisco_cpu_5m = "1.3.6.1.4.1.9.9.109.1.1.1.1.3.1"; # Cisco CPU load (5min %)
my $cisco_cpu_1m = "1.3.6.1.4.1.9.9.109.1.1.1.1.4.1"; # Cisco CPU load (1min %)
my $cisco_cpu_5s = "1.3.6.1.4.1.9.9.109.1.1.1.1.5.1"; # Cisco CPU load (5sec %)
my $cisco_mem_used = "1.3.6.1.4.1.9.9.48.1.1.1.5.1"; # Cisco Mem Used
my $cisco_mem_free = "1.3.6.1.4.1.9.9.48.1.1.1.6.1"; # Cisco Mem Free
I didn't find yet rights ones for the Health status.
Zeysh