Nagios X1 installation error on Offline Server
-
HarshilNarielwala
- Posts: 14
- Joined: Mon Sep 17, 2018 1:02 pm
Re: Nagios X1 installation error on Offline Server
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
Do you have a firewall between you and that server?
-
HarshilNarielwala
- Posts: 14
- Joined: Mon Sep 17, 2018 1:02 pm
Re: Nagios X1 installation error on Offline Server
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
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/
https://support.nagios.com/tickets/
If not, you may qualify for our Quickstart service
https://www.nagios.com/services/quickstart/
-
HarshilNarielwala
- Posts: 14
- Joined: Mon Sep 17, 2018 1:02 pm
Re: Nagios X1 installation error on Offline Server
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
That should be fine, but you will need to be able to access the server you install it on through the firewall.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.
-
HarshilNarielwala
- Posts: 14
- Joined: Mon Sep 17, 2018 1:02 pm
Re: Nagios X1 installation error on Offline Server
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]#
[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
you are missing a training slash.... but you will need to follow redirects
Code: Select all
curl -L http://127.0.0.1/nagiosxi/