Page 1 of 1

New NetApp plugin Issue

Posted: Tue Feb 18, 2014 1:17 pm
by WillemDH
Hello,

Saw this plugin today and this is definitely something we could use.
http://exchange.nagios.org/directory/Pl ... de/details
We do have some errors though when testing the plugin from cli. Nagios can't find NaServer.pm =>

./check_netapp_ontapi.pl -H ip -u root -p Netapp01 -o filer_hardware_health
Can't locate NaServer.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./check_netapp_ontapi.pl line 4.
BEGIN failed--compilation aborted at ./check_netapp_ontapi.pl line 4.

I looked for the NaServer.pm, and it should be in NetAppMSDK, so I downloaded NetApp Manageability SDK 5.2 Java API Bindings? But apparently these are just a bunch of .jar files, there is one for the version of NetApp we have, but when I try java -jar netapp-ontapi-8.2 in cli, I get an error. Any suggestions on how to install this NaServer.pm or netapp jar files?

Willem

Re: New NetApp plugin Issue

Posted: Tue Feb 18, 2014 1:39 pm
by lmiltchev
This is a 3rd party plugin that we are not familiar with. I would recommend posting a comment/question to the developer on the Nagios Exchange.

Re: New NetApp plugin Issue

Posted: Fri Mar 21, 2014 12:18 pm
by WillemDH
Problem solved. I needed SDK 5.1. Thanks to the developer for pointing it out to me. Thread can be closed.

Willem