Page 1 of 1

Need offline document for Monitoring-VMware-With-Nagios-XI

Posted: Wed Jan 16, 2019 7:00 am
by robinagios
I followed the below document to install Vmware dependency in RHEL 6.5 env
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
The below command fails to install since the environment doesnot have internet connectivity.
cpan -i UUID XML::LibXML Socket Socket6 IO::Socket::INET6 YAML

Do you have offline installation document? Is not what is the official place to download the above packages?

Re: Need offline document for Monitoring-VMware-With-Nagios-

Posted: Wed Jan 16, 2019 3:38 pm
by cdienger
An offline doc does not exist. https://metacpan.org/ will have the packages.

Re: Need offline document for Monitoring-VMware-With-Nagios-

Posted: Wed Jan 16, 2019 3:46 pm
by lmiltchev
In addition to this, if you had "working" local repos, you could've installed some/all of the packages via yum:

Code: Select all

yum install uuid-perl perl-XML-LibXML perl-Socket perl-Socket6 perl-IO-Socket-INET6