Page 3 of 3

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 10:03 am
by HarshilNarielwala
Please see attached. I tried but I am getting a response as site can't be reached.

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 11:13 am
by scottwilkerson
Do you have a firewall between you and that server?

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 11:27 am
by HarshilNarielwala
Can we have call and fix this issue? It is taking lot of time. I need this urgently.

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 11:35 am
by scottwilkerson
Do you have a support contract? If so you can create a ticket here
https://support.nagios.com/tickets/

If not, you may qualify for our Quickstart service
https://www.nagios.com/services/quickstart/

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 11:51 am
by HarshilNarielwala
I am installing this Nagios on the server itself, it is not my local machine. We have the firewall in all the servers.

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 1:03 pm
by scottwilkerson
HarshilNarielwala wrote:I am installing this Nagios on the server itself, it is not my local machine. We have the firewall in all the servers.
That should be fine, but you will need to be able to access the server you install it on through the firewall.

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 2:08 pm
by HarshilNarielwala
I am getting below details:

[root@ah57sdclw00065 html]# vi config.inc.php
[root@ah57sdclw00065 html]# curl http://127.0.0.1/nagiosxi
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://127.0.0.1/nagiosxi/">here</a>.</p>
</body></html>
[root@ah57sdclw00065 html]#

Re: Nagios X1 installation error on Offline Server

Posted: Thu Sep 20, 2018 2:19 pm
by scottwilkerson
you are missing a training slash.... but you will need to follow redirects

Code: Select all

curl -L http://127.0.0.1/nagiosxi/