Page 1 of 1

Issue with Vmware Perl SDK setup

Posted: Fri Oct 15, 2021 3:40 am
by bello1986
Hi,

i'm trying to setup needed prerequisites to start using Vmware SDK.
Starting from a fresh Nagios image, i followed this procedure:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

i'm running Centos7 server version

i'm getting stuck at the very beginning here:

[root@lab-nagsat tmp]# cpan -i Nagios::Monitoring::Plugin Nagios::Monitoring::Plugin::Functions
Fetching with LWP:
http://www.cpan.org/authors/01mailrc.txt.gz
read timeout at /usr/share/perl5/vendor_perl/Net/HTTP/Methods.pm line 236. at /usr/share/perl5/LWP/UserAgent.pm line 915.


Any suggest is very appreciated, thanks!

Re: Issue with Vmware Perl SDK setup

Posted: Fri Oct 15, 2021 2:05 pm
by gsmith
Hi there,

It looks like the command timed out due to a connectivity issue.

Please try to rerun:

Code: Select all

cpan -i Nagios::Monitoring::Plugin Nagios::Monitoring::Plugin::Functions
Let me know the results.

Thanks

Re: Issue with Vmware Perl SDK setup

Posted: Mon Oct 25, 2021 6:54 am
by bello1986
Hi,

confirmed! Our main firewall blocked tgz packet..
After applying a dedicated rule, it worked.

Thanks :)

Alessandro

Re: Issue with Vmware Perl SDK setup

Posted: Tue Oct 26, 2021 9:34 am
by gsmith
Hi,

Great!


Thanks for letting me know.