Nagios X1 installation error on Offline Server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
HarshilNarielwala
Posts: 14
Joined: Mon Sep 17, 2018 1:02 pm

Re: Nagios X1 installation error on Offline Server

Post by HarshilNarielwala »

Please see attached. I tried but I am getting a response as site can't be reached.
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: Nagios X1 installation error on Offline Server

Post by scottwilkerson »

Do you have a firewall between you and that server?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
HarshilNarielwala
Posts: 14
Joined: Mon Sep 17, 2018 1:02 pm

Re: Nagios X1 installation error on Offline Server

Post by HarshilNarielwala »

Can we have call and fix this issue? It is taking lot of time. I need this urgently.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios X1 installation error on Offline Server

Post 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/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
HarshilNarielwala
Posts: 14
Joined: Mon Sep 17, 2018 1:02 pm

Re: Nagios X1 installation error on Offline Server

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

Re: Nagios X1 installation error on Offline Server

Post 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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
HarshilNarielwala
Posts: 14
Joined: Mon Sep 17, 2018 1:02 pm

Re: Nagios X1 installation error on Offline Server

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

Re: Nagios X1 installation error on Offline Server

Post 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/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked