Nagios XI Offline Installer

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Nagios XI Offline Installer

Post by dbcummings »

Hello,

I attempted to install Nagios XI 5.6.9 using the offline installer (nagiosxi-5.6.9-1.el7.x86_64.tar.gz). The installation failed saying php-mcrypt-5.4.16-7.el7.x86_64 was unavailable. I then noticed that the nagiosxi directory created when I used tar to uncompress the file was gone. It appeared to be deleted. So, I uncompressed it again, but this time I set nagiosxi as undelete-able using chattr +i. When I re-ran fullinstall, I noticed that between the installation of nagiosxi-nagiosmobile-5.6.9-1.el7.x86_64 and php-mcrypt-5.4.16-7.el7.x86_64, it attempted to remove all the files in nagiosxi. I can send the output in a PM if necessary. I think something is wrong with the installation script.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI Offline Installer

Post by lmiltchev »

I just installed Nagios XI 5.6.9 on CentOS 7 in an offline environment and didn't have any issues.
I can send the output in a PM if necessary. I think something is wrong with the installation script.
Sure, PM me the output from the installation script.

Also, run the following commands from the command line, and show this output as well:

Code: Select all

yum repolist -v
ls -la /tmp
ls -la /tmp/rpms
ls -la /tmp/rpms/nagiosxi
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI Offline Installer

Post by lmiltchev »

I PM-ed you, but just in case you didn't see my message, I am going to ask again for the output of the commands below:

Code: Select all

yum repolist -v
ls -la /tmp
ls -la /tmp/rpms
ls -la /tmp/rpms/nagiosxi
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked