Page 1 of 1

Error while installing nagios Xi

Posted: Fri Jan 25, 2013 8:41 am
by sagarg
Hi,

I am facing an issue while installing nagios XI.
Giving an error , Nagios XI must be installed from /tmp

Steps followed,
Downloaded the tar and extracted into the folder newly created 'tmp', and trying to run ./fullinstall from the newly extracted folder.

Please help me to fix this.
~SG

Re: Error while installing nagios Xi

Posted: Fri Jan 25, 2013 8:58 am
by scottwilkerson
run this from the command line

Code: Select all

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd /tmp/nagiosxi
chmod +x ./fullinstall
./fullinstall