Installing issues

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
lucas.shearer
Posts: 17
Joined: Fri Nov 19, 2021 12:00 pm

Installing issues

Post by lucas.shearer »

I am trying to install Nagiosxi.
When going through the install instructions, I get to "./fullinstall". It starts off not saying I have permissions so I sudo ./fullinstall. Then it says command not found, so I "chmod +x fullinstall", then run sudo ./fullinstall. This works but then when it goes into the fullinstall file it tries to run ./init.sh and has the same issue all over again. Do i have to go into to the fullinstall script and add chmods / sudos everywhere? or is there a better way?
Thanks!
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Installing issues

Post by benjaminsmith »

Hi lucas.shearer,

What operating system are using? Normally, it should just kick off the install script and take care of everything.

If you running Ubuntu, make sure you logged in as root before running ./fullinstall.

Code: Select all

sudo -i
--Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked