SAN and NAS

check_eva

Description:

check_eva will monitor the health of your HP EVA disk system.

Current Version

Last Release Date

September 17, 2011

Compatible With


Project Files
Project Notes
It uses the sssu command (on windows or linux) to communicate with Commandview EVA. See http://opensource.is/trac/wiki/check_eva for latest version.
Reviews (7) Add a Review
alternately good and bad results from plugin
by sebastiaopburnay, November 30, 2015

Hi! I have some troubles runnnig this plugin, I either get a good/ok result or an error from the plugin: GOOD RESULT: OK - 2 objects found | 'DEFAULT/Controller 2_controllermainmemory'=1155 'DEFAULT/Controller 1_controllermainmemory'=1155 BAD RESULT: This is the command i was trying to execute: Error: Error an internal operation failed. Trace information provides more information. [Internal Error: An unexpected condition was encountered while processing the request] Error running the sssu command sssu "set option on_error=continue" "select manager 10.1.1.24 USERNAME=myUser PASSWORD=myPass" "select SYSTEM DEFAULT" "ls controller full" NoSystemSelected> select SYSTEM DEFAULT DEFAULT> ls controller full Error: Error an internal operation failed. Trace information provides more information. [Internal Error: An unexpected condition was encountered while processing the request] Can you please help me?



Update Required for SSSU 10
by trevrobwhite, February 28, 2014

In reply to the last comment the reason why the script errors on newer versions of SSU is simply that HP changed one of the lines that the program looks for when it comments because of the branding change, it's changed from: SSSU for HP StorageWorks Command View EVA to SSSU for HP P6000 Command View I can't post an update because the code isn't mine, so simply download and open in a text editor, line 234 change from: if output.pop(0).strip() != 'SSSU for HP StorageWorks Command View EVA': error = 1 to: if output.pop(0).strip().find('SSSU for HP') !=0: error=1 Then it should work ok.



Not working with SSSU 10.2
by ZLO1, January 31, 2013

After upgrading CommandView to the latest available version (10.2), sssu commands do not work as expected. If you can rewrite new check for those people who have CommandView 10.2? BTW, this check is awesome and works excellent with CommandView 9.4.



works OK in command line but not in Nagios XI
by nagjami, September 30, 2012

This works fine in command line however not in NagiosXI web interface. This creates hundreds of the following processes, sssu set option on_error=continue select manager 10.xx.xx.xx USERNAME=hpevauser PASSWORD=hpevapass ls system full



Mis en production 07-09-12
by ybergougniou, September 30, 2012

Fonctionne très bien. Un peu plus de documentation de mise en route serait un plus. il faut en plus s'assurer que sssu est bien sur /usr/bin de nagios et les dépendances. Sinon fonctionne très bien.



Enhancements for virtual disks
by aplatten, December 31, 2011

added support for vdisk and "thin provisioned vdisks" If someone is intrested i'm ready to send the code.



Great!
by dhnetwork22, October 31, 2011

It took me a little bit to get it going, but well worth it!! I am fairly new to Nagios, so this may be a given for everyone else, but running the command from the shell of the Nagios server really helped me to work through the different error messages that I was getting. Thank you to the Author of this script!



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4.6 (12)
Favorites
1
Views
100,261