I've downloaded the Nagios XI in order to test if it fits my organization needs.
I've installed a fresh virtual machine with CentOS 6.5 (base) and placed the Nagios-XI.tar.gz in /opt folder, unzipped it and entered the unzip directory.
Next, I ran ./fullinstall
It started adding repositories to the machine and then exited with an error:
the other thing I just want to mention, the install should take place from /tmp, not /opt. Changing the location won't fix your problem, but it is recommended anyway.
Is it possible that the machine has no access to the Internet?
It seems like indeed there was a problem with one of the repo's, I've fixed that and manually installed centos-release-cr, then ran ./fullinstall again but it failed again on dependencies...
Link to the install.log: http://pastebin.com/UsAiRm7H
I could probably start installing the required packages manually... but if there's a script then I prefer to use it.
I installed the same release on a test CentOS machine to ensure that it is working properly. Below, I will post the exact commands that I ran in order to ensure a successful install.
1 cd /tmp
2 sestatus
3 setenforce 0
4 yum install wget -y
5 wget http://assets.nagios.com/downloads/nagiosxi/2014/xi-2014r2.6.tar.gz
6 tar zxf xi-2014r2.6.tar.gz
7 cd nagiosxi/
8 ./fullinstall
If the same procedure does not work for you, it is likely a connectivity problem or an invalid CentOS machine.
TwitsBlog Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.