Error while installing nagios Xi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sagarg
Posts: 4
Joined: Fri Jan 25, 2013 8:30 am

Error while installing nagios Xi

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error while installing nagios Xi

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