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?
Need offline document for Monitoring-VMware-With-Nagios-XI
-
robinagios
- Posts: 12
- Joined: Mon Nov 05, 2018 3:56 am
Re: Need offline document for Monitoring-VMware-With-Nagios-
An offline doc does not exist. https://metacpan.org/ will have the packages.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Need offline document for Monitoring-VMware-With-Nagios-
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-INET6Be sure to check out our Knowledgebase for helpful articles and solutions!