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

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
robinagios
Posts: 12
Joined: Mon Nov 05, 2018 3:56 am

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

Post 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?
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

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

Post by cdienger »

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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

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

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked