Hadoop Monitoring Implementation

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
chimborah
Posts: 33
Joined: Tue Oct 02, 2012 7:55 am

Hadoop Monitoring Implementation

Post by chimborah »

Hello All,

I am implementing Hadoop monitoring with Nagios core with below scripts. When I am trying to run the script in Nagios server it gives me below error. Could you please help me in fixing the errors.
Scripts :

Code: Select all

check_ibm_biginsights_services.pl
check_ibm_biginsights_agents.pl
check_ibm_biginsights_dfs_path.pl
check_ibm_biginsights_hdfs_space.pl
Error :

Code: Select all

CRITICAL: Can't locate HariSekhon/IBM/BigInsights.pm in @INC (@INC contains: ./lib /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_ibm_biginsights_dfs_path.pl line 38.

Thanks & Regards
Chim
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Hadoop Monitoring Implementation

Post by mcapra »

How exactly did you go about installing these plugins? It looks like they have an awful lot of dependencies that need to be installed first.

Did you follow the documentation provided on the github page?
https://github.com/HariSekhon/nagios-pl ... nual-build
Former Nagios employee
https://www.mcapra.com/
chimborah
Posts: 33
Joined: Tue Oct 02, 2012 7:55 am

Re: Hadoop Monitoring Implementation

Post by chimborah »

Thanks for sharing the url. I am trying to follow the Quick start guide as mentioned in the url. It seems Docker engine needs to be installed along with harisekhon/nagios-plugins. Once my updated vm is provisioned, I will proceed with the configuration.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Hadoop Monitoring Implementation

Post by mcapra »

Definitely let us know if you need additional assistance once the VM is provisioned!
Former Nagios employee
https://www.mcapra.com/
chimborah
Posts: 33
Joined: Tue Oct 02, 2012 7:55 am

Re: Hadoop Monitoring Implementation

Post by chimborah »

Thanks. Sure I will let you know.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Hadoop Monitoring Implementation

Post by rkennedy »

Sounds good - I'll leave this open and await your update.
Former Nagios Employee
Locked