HP Smart Array Monitoring

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

HP Smart Array Monitoring

Post by gm_rajkumar »

Hi

I have to monitor the HP Smart Array Disk Failure, Logical drive details, and status. I just find out a plugin http://exchange.nagios.org/directory/Pl ... us/details.

I am having this HP Smart Array in different segment in windows 2003 server, wanted to monitor through remotely in Nagios server using this plugin. I dont have any option to mention the Hostname/ipaddress of the HP Smart Array and im getting below parameters.

check_cciss-1.10 -v -p -e ( no option to point the HP Array IP/host details)

please help me on this.

Regards,
Raj
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: HP Smart Array Monitoring

Post by gm_rajkumar »

I would like to have an update over this.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: HP Smart Array Monitoring

Post by mguthrie »

For community developed plugins your best bet is to contact the developer directly. With thousands of community developed plugins, many of which are hardware-specific, we're only able to fully support those that ship with Nagios XI.

For support inquiries, use the General ->Nagios XI or the General ->Nagios Core forums. This forum is only intended to discuss ideas related to new developments with Nagios.
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: HP Smart Array Monitoring

Post by gm_rajkumar »

Hi,

I have downloaded the below plugin and while running this im getting this error message.
https://www.monitoringexchange.org/inve ... 29-sensors

# /usr/bin/perl5.8.8 check_msa_hardware.pl
Parameter to use lib must be directory, not file at check_msa_hardware.pl line 24
Can't locate Nagios/Plugin.pm in @INC (@INC contains: /usr/local/nagios/libexec /usr/bin/perl5.8.8 /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at check_msa_hardware.pl line 28.
BEGIN failed--compilation aborted at check_msa_hardware.pl line 28.



Is there any path needs to modified somewhere, please check and help...

Regards,
Raj.
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: HP Smart Array Monitoring

Post by gm_rajkumar »

I would like to have an update over this perl error message.

Regards,
Raj.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: HP Smart Array Monitoring

Post by slansing »

We have no way of reproducing this in house, we do not have the required hardware thus you should attempt to contact the developer of this plugin. It looks as though his information is listed on that post under his profile. In the future would you please post support questions in their respective forum Topics, thanks!
fogier
Posts: 66
Joined: Fri Jul 13, 2012 12:53 am

Re: HP Smart Array Monitoring

Post by fogier »

Don't know if this is still open..
You are missing some perl modules.. Ask the maker of the plugin which perl modules you need.

Install them with the command: yum install perl-......

Good Luck
Locked