Issue in Nagios XI but OK in Core

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Issue in Nagios XI but OK in Core

Post by mbellerue »

Can you give us the output of

Code: Select all

ls -lh /usr/lib64/perl5/vendor_perl/WWW/Curl/
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!
Srinija544
Posts: 58
Joined: Mon Oct 15, 2018 9:30 pm

Re: Issue in Nagios XI but OK in Core

Post by Srinija544 »

Hi mbellerue,

Please find the output of this command:

ls -lh /usr/lib64/perl5/vendor_perl/WWW/Curl/
==================================================
[root@dc1prd484 Curl]# ls -lh /usr/lib64/perl5/vendor_perl/WWW/Curl/
total 28K
-rw-r--r-- 1 root root 15K Apr 11 2018 Easy.pm
-rw-r--r-- 1 root root 627 Nov 29 2010 Form.pm
-rw-r--r-- 1 root root 381 Jul 5 2010 Multi.pm
-rw-r--r-- 1 root root 1.1K Apr 11 2018 Share.pm


Regards,
Srinija.
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Issue in Nagios XI but OK in Core

Post by mbellerue »

Okay, so that looks correct. Can you create just a test perl script to see if the test script can import WWW::Curl::Easy? Something like this,

Code: Select all

#!/usr/bin/env perl
use WWW::Curl::Easy;
print "Working"
If that works, then there must be something wrong with the sharepoint.pl script.
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!
Locked