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_emc_unisphere

Rating
0 votes
Favoured:
0
Current Version
0.1
Last Release Date
2016-04-19
Compatible With
  • Nagios XI
License
GPL
Hits
6975
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!
A Nagios plugin that checks the health of your SAN through EMC Unisphere.
The script currently provides an overview of all of the disks within your SAN and alerts if any are in a degraded or failed state.

Pre-requisites:

Ensure you have the UniSphere CLI installed: https://support.emc.com/search?text=VNXe%20Unisphere%20CLI%20&product_id=8864&resource=DOWN&_ga=1.85856017.920998021.1461060670

Ensure that the following line is in your /etc/sudoers configuration:

nagios ALL=(ALL) NOPASSWD:/usr/local/nagios/libexec/check_emc_unisphere_disks

and also ensure 'Defaults requiretty' is uncommented in /etc/sudoers (as it is by default in some distro's - like Redhat, CentOS and the like.)

The command in the commands.cfg file should look something like:

command_line sudo /usr/local/nagios/libexec/check_emc_unisphere_disks $HOSTADDRESS$ $ARG1$ $ARG2$

More features to be added soon!