Page 2 of 2

Re: NagiosXI Install Issue

Posted: Fri Mar 02, 2012 4:45 am
by pshankland
Right, did a fresh install of CentOS 6.2 32Bit minimal. All I then did was:
  • 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
After all this I ran the following commands to install NagiosXI:

Code: Select all

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./fullinstall
Again, I have got the following error:
========================
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'
I have attached the install.log file again but it is identical to the first one.

Anything??

Re: NagiosXI Install Issue

Posted: Fri Mar 02, 2012 11:08 am
by scottwilkerson
Can I have you run the following from the command line and report the results

Code: Select all

curl -s http://repoforge.org/use/ | grep -o "http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-[0-9.-]\+.el6.rf.i686.rpm"
Thanks