Thanks for the quick reply!

I'm using the docs at https://www.howtoforge.com/tutorial/how-to-install-icinga2-on-debian-9/ and installing the icinga2 packages from the official Debian Stable repository.

I've skipped some of the steps because the server is already up and running several web sites, including the working WordPress site. All of the configuration steps appear to have gone as expected. I have created the authentication token.

In /etc/apache2/conf-available/icingaweb2.conf I've added Alias lines for "/icinga" and "/nagios" for convenience:

Alias /icingaweb2 "/usr/share/icingaweb2/public"
Alias /icinga "/usr/share/icingaweb2/public"
Alias /nagios "/usr/share/icingaweb2/public"


I'm getting alerts about the server from icinga via email (nightly maintenance, down when I have it off-line).

Relevant log lines only appear to be in the access.log:

eponasgrove.com:80 2605:a601:437:3c01:21f:d0ff:fe5d:4211 - - [24/Dec/2017:14:44:32 -0600] "GET /icinga/ HTTP/1.1" 302 246 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36" eponasgrove.com:80 2605:a601:437:3c01:21f:d0ff:fe5d:4211 - - [24/Dec/2017:14:44:32 -0600] "GET /icinga/authentication/login HTTP/1.1" 200 202 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36"

Ctrl-U and Developer tools in chrome show nothing, lynx on the host shows three black left arrows on white background.

Thanks again,
Jonathan
---
Jonathan

On 2017-12-24 14:35, Antony Stone wrote:
On Sunday 24 December 2017 at 21:26:37, Jonathan Hutchins wrote:

I've installed icinga2 and icingaweb2 from the Debian packages.

Which ones?  Debian's own repositories, or debmon's, or somewhere else?

That should pull in all of the packages automatically, but I've also checked
the list.  I have apache2.4 and PHP7 installed, and I have a WordPress
installation on the the same server that works, so I know
PHP+Apache+MySQL (MariaDB) are working.

Do things seem to have gone as expected before the point where you should try
visiting a URL?

Which installation instructions are you following?

When I go to the /icinga2 URL, I get a blank white screen.

I would hope that you mean /icingaweb2

No data appears to be sent, although I am apparently redirected to a login
URL.

How are you measuring whether any data gets sent, and whether you are being
redirected?

What does your Apache log show for this request?

If I try to go directly to the /setup URL, I get the same white screen.

Again, I hope you mean /icingaweb2/setup

Tell us which docs you're following, and (assuming everything goes as the docs suggest it should) show us your Apache logs for the final steps when you get as
far as using the browser.


Antony.
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to