Re: NagiosXI Install Issue
Posted: Fri Mar 02, 2012 4:45 am
Right, did a fresh install of CentOS 6.2 32Bit minimal. All I then did was:
Again, I have got the following error:
Anything??
- Configured networking
Modified yum.conf for proxy
Installed vim and wget
Modified wgetrc for proxy
Disabled SELINUX
Added a new user for SSH access
Disabled root from SSH access
yum update -y
Reboot
Code: Select all
cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./fullinstallI have attached the install.log file again but it is identical to the first one.========================
Nagios XI Full Installer
========================
This script will do a complete install of Nagios XI by executing all necessary sub-scripts.
IMPORTANT: This script should only be used on a 'clean' install of CentOS or RedHat. Do NOT use this on a system
that has been tasked with other purposes or has an existing install of Nagios Core. To create such a clean install
you should have selected ONLY the 'Base' package in the OS installer.
Do you want to continue? [Y/n] y
Proceeding with installation...
Checking MySQL credentials...
MySQL not yet installed - that's okay.
Running './0-yum'...
Configuring Yum...
centos-release-6-2.el6.centos.7.i686
Enabling RPMForge repo...
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './0-yum'
Anything??