Blank page

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
elbryyan
Posts: 2
Joined: Wed Feb 24, 2010 8:17 am

Blank page

Post by elbryyan »

After walking thru the manual installation instructions, when I browse the the web address I get the welcome screen but when I click on the link to "access Nagios IX", all I get is a blank screen. Any help is appreciated.
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: Blank page

Post by mmestnik »

Please provided the two URLs used. Make sure you have network access(DNS, routing, ect) to the link.
elbryyan
Posts: 2
Joined: Wed Feb 24, 2010 8:17 am

Re: Blank page

Post by elbryyan »

The first url is the http://<ipaddress>
The link opens up the page of http://<ipaddress>/nagioasxi

Its all on the same network
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: Blank page

Post by mmestnik »

Hmm, don't forget the trailing '/'.

http://<ipaddress>/nagioasxi is a "301 Moved Permanently" to http://<ipaddress>/nagioasxi/

Perhaps your client doesn't like this. Please verify with wget(or smiler/equivalent) that you do indeed get a 301.

http://<ipaddress>/nagioasxi should contain HTML that looks like this

Code: Select all

<!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://192.168.167.124/nagiosxi/\">here</a>.</p>
<hr>
<address>Apache/2.2.3 (CentOS) Server at 192.168.1
Server Headers:

Code: Select all

HTTP/1.1 301 Moved Permanently
Date: Fri, 26 Feb 2010 04:13:31 GMT
Server: Apache/2.2.3 (CentOS)
Location: http://192.168.167.124/nagiosxi/
Content-Length: 320
Connection: close
Content-Type: text/html; charset=iso-8859-1
Locked