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_cisco_nexus_mem

Rating
1 vote
Favoured:
0
Current Version
1.0
Last Release Date
2012-08-01
Compatible With
  • Nagios 3.x
License
GPL
Hits
62650
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!
This plug-in gives memory usage (free and used) of Cisco Nexus datacenter switches.
Performance data are also given.
It has been successfully tested on Cisco Nexus 7000 and 5000.

Help:
$ ./check_cisco_nexus_mem.pl -h
##############################################
# ADEO Services #
##############################################
Usage:./check_cisco_nexus_mem.pl
-H (--hostname) Hostname to query - (required)
-C (--community) SNMP read community (defaults to public,
used with SNMP v1 and v2c
-v (--snmp_version) 1 for SNMP v1 (default)
2 for SNMP v2c
-k (--key) snmp V3 key
-p (--password) snmp V3 password
-u (--username) snmp v3 username
-V (--version) Plugin version
-h (--help) usage help

-i (--sysdescr) use sysdescr instead of sysname for label display
-w (--warning) warning threshold (%)
-c (--critical) critical threshold (%)

-d (--debug) debug level (1 -> 15)


Example usage:
./check_cisco_nexus_mem.pl -H 10.XX.XX.XX -C SnmpV1V2Community -v 2 -w 80 -c 90

The sysName is written on output but you can choose to display the sysDescr instead with -i (sysDescr give Cisco nexus model and firmware release).
Reviews (1)
After some minor adjustments this plugin works...

Install Monitoring::Plugin
Change Nagios::Plugin into Monitoring::Plugin