PLUG-in check_vmware_api.pl

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
sigmaOS
Posts: 2
Joined: Thu Jul 26, 2012 4:49 am

PLUG-in check_vmware_api.pl

Post by sigmaOS »

Hello,

I installed the plug-in NAGIOS "check_vmware_api.pl" for my NAGIOS server.
Everything went perfectly, but when I check my services here is the error:

"CHECK_VMWARE_API.PL CRITICAL - Crypt :: SSLeay is required for https connections, purpose Could not be loaded: Can not locate Crypt / SSLeay.pm in @ INC (@ INC contains: / etc / perl / usr / local / lib / perl/5.14.2 / usr/local/share/perl/5.14.2 / usr/lib/perl5 / usr/share/perl5 / usr/lib/perl/5.14 / usr/share/perl/5.14 / usr / local / lib / site_perl.) at / usr/local/share/perl/5.14.2/VMware/VICommon.pm line 508. "

Do you have an idea?

Thank you in advance.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: PLUG-in check_vmware_api.pl

Post by slansing »

So it looks like you are missing some libraries, drop this into the command line:

Code: Select all

yum install perl-Crypt-SSLeay perl-Nagios-Plugin
Let us know if you have any issues!
sigmaOS
Posts: 2
Joined: Thu Jul 26, 2012 4:49 am

Re: PLUG-in check_vmware_api.pl

Post by sigmaOS »

IT'S OK ! :D

Thanks.

Cdt,
Locked