Page 1 of 1
Cant access nagios core login screen
Posted: Tue Feb 05, 2019 1:28 pm
by deepakdeshp
Hello,
I installed Nagios on Ubuntu server 18.04. I followed following link
https://linuxconfig.org/install-nagios- ... difficulty . But Nagios login screen does not appear, please let me know how do I troubleshoot. Only thing I see is the screen divider line which appears
Re: Cant access nagios core login screen
Posted: Tue Feb 05, 2019 3:08 pm
by scottwilkerson
Nagios core doesn't have a login screen, it uses basic authentication and by default would be available at
Re: Cant access nagios core login screen
Posted: Wed Feb 06, 2019 2:02 pm
by deepakdeshp
scottwilkerson wrote:Nagios core doesn't have a login screen, it uses basic authentication and by default would be available at
Thats the url I used but the first screen does not come up showing devices etc and where I can login as the admin.
Re: Cant access nagios core login screen
Posted: Wed Feb 06, 2019 2:11 pm
by scottwilkerson
I'm not familiar with the URL you posted (it's a 404 error), the official docs are here
https://support.nagios.com/kb/article/n ... ce-96.html
Most notable, did you compile with?
Code: Select all
cd /tmp/nagioscore-nagios-4.4.3/
sudo ./configure --with-httpd-conf=/etc/apache2/sites-enabled
and install the apache configs ?
Code: Select all
sudo make install-webconf
sudo a2enmod rewrite
sudo a2enmod cgi