New Nagios Install Error on Auto Discover Page

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
doodguy
Posts: 4
Joined: Tue Aug 05, 2014 1:35 pm

New Nagios Install Error on Auto Discover Page

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

Re: New Nagios Install Error on Auto Discover Page

Post 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?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
doodguy
Posts: 4
Joined: Tue Aug 05, 2014 1:35 pm

Re: New Nagios Install Error on Auto Discover Page

Post 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
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: New Nagios Install Error on Auto Discover Page

Post by tmcdonald »

Can you log into the server's terminal and run those commands, then screenshot the results for us?
Former Nagios employee
doodguy
Posts: 4
Joined: Tue Aug 05, 2014 1:35 pm

Re: New Nagios Install Error on Auto Discover Page

Post by doodguy »

As requested, please see attached:
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: New Nagios Install Error on Auto Discover Page

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
doodguy
Posts: 4
Joined: Tue Aug 05, 2014 1:35 pm

Re: New Nagios Install Error on Auto Discover Page

Post by doodguy »

Doh!

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