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
Error while installing nagios Xi
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Error while installing nagios Xi
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