plugin issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

plugin issue

Post by progressive.nagiosXI »

Hi ,

we are facing perl dependency issue in check_nwc_health plugin in centos .

Please check attached error detail and let us know how to resolve.

Note:- server doesn't have internet connection ,so we will upload package offline to server if required.

Thanks
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: plugin issue

Post by benjaminsmith »

Hi,

It's probably not installed in the correct path. Let's run the following to find the location of the Perl module on the server.

Code: Select all

locate MD5.pm
Reference:
perlmodinstall
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: plugin issue

Post by progressive.nagiosXI »

Hi,

Please check attachment plugin still showing perl error

Thanks
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: plugin issue

Post by benjaminsmith »

Hi,

Ok, thanks for gathering up that info, this looks like the issue here:
Digest::MD5 object version 2.52 does not match bootstrap parameter 2.55 at /usr/lib64/perl5/DynaLoader.pm line 213.
and we tested the plugin here at it works with version 2.55, but not sure if that package is available for offline installation.

See:
https://centos.pkgs.org/7/centos-sclo-r ... 4.rpm.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: plugin issue

Post by progressive.nagiosXI »

Hi Benjamin,

Thanks for info , please close this thread now .

we tried in other centos 7 machine with same version , we cannot resolve this offline.
but in test machine after download dependency through yum issue resolved.

So we will done this after Internet availability on server .
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: plugin issue

Post by scottwilkerson »

progressive.nagiosXI wrote:Hi Benjamin,

Thanks for info , please close this thread now .

we tried in other centos 7 machine with same version , we cannot resolve this offline.
but in test machine after download dependency through yum issue resolved.

So we will done this after Internet availability on server .
Great

closing thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked