Page 1 of 1

HP Smart Array Monitoring

Posted: Tue Jul 03, 2012 10:24 am
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

Re: HP Smart Array Monitoring

Posted: Fri Jul 06, 2012 8:20 am
by gm_rajkumar
I would like to have an update over this.

Re: HP Smart Array Monitoring

Posted: Mon Jul 09, 2012 1:07 pm
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.

Re: HP Smart Array Monitoring

Posted: Mon Jul 30, 2012 11:28 am
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.

Re: HP Smart Array Monitoring

Posted: Wed Aug 01, 2012 7:19 am
by gm_rajkumar
I would like to have an update over this perl error message.

Regards,
Raj.

Re: HP Smart Array Monitoring

Posted: Thu Aug 02, 2012 4:04 pm
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!

Re: HP Smart Array Monitoring

Posted: Wed Nov 21, 2012 9:18 am
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