NagiosXI Install Issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
pshankland
Posts: 15
Joined: Thu Mar 01, 2012 7:21 am

Re: NagiosXI Install Issue

Post 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??
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI Install Issue

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked