Page 1 of 1

New Nagios Install Error on Auto Discover Page

Posted: Tue Aug 05, 2014 1:40 pm
by doodguy
Hello,

I am trying out Nagios for the first time, and when I went to the Configer/Auto Discovery Wizard I get the following error:

Installation Problem

An installation errror was detected. The following steps must be completed before using this component:
Run the setup script. To do this, login to the Nagios XI server as the root user and issue the following commands:

Code: Select all

chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
/usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh

I am not very versed in Linux, but I have Nagios installed as a virtual machine, and I opened the console to the VM, logged in as root, typed those two lines as two separate commands, reloaded the page, and no change. I also logged out and back in still no change. Can someone help me with what I'm missing?

Thank you

Re: New Nagios Install Error on Auto Discover Page

Posted: Wed Aug 06, 2014 7:45 am
by scottwilkerson
Below this error it should list the missing components below a line that reads:
Make sure pre-requisite programs are installed. The following programs must be installed on your
Nagios XI server:
Can you post what they are?

Re: New Nagios Install Error on Auto Discover Page

Posted: Thu Aug 07, 2014 8:52 am
by doodguy
Hello,

The "only" thing I get is this: (Also feel free to see screenshot)

Installation Problem

An installation errror was detected. The following steps must be completed before using this component:
•Run the setup script. To do this, login to the Nagios XI server as the root user and issue the following commands:

chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
/usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh

Re: New Nagios Install Error on Auto Discover Page

Posted: Thu Aug 07, 2014 11:00 am
by tmcdonald
Can you log into the server's terminal and run those commands, then screenshot the results for us?

Re: New Nagios Install Error on Auto Discover Page

Posted: Mon Aug 11, 2014 2:45 pm
by doodguy
As requested, please see attached:

Re: New Nagios Install Error on Auto Discover Page

Posted: Mon Aug 11, 2014 3:43 pm
by scottwilkerson
According to your screenshot, you missed the y at in auto discovery, run

Code: Select all

/usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh

Re: New Nagios Install Error on Auto Discover Page

Posted: Mon Aug 11, 2014 3:50 pm
by doodguy
Doh!

I'm a bonehead! That fixed it sorry to bother you.