Cant access nagios core login screen

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
deepakdeshp
Posts: 6
Joined: Tue Jan 31, 2012 2:47 pm

Cant access nagios core login screen

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

Re: Cant access nagios core login screen

Post by scottwilkerson »

Nagios core doesn't have a login screen, it uses basic authentication and by default would be available at

Code: Select all

http://your_host/nagios/
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
deepakdeshp
Posts: 6
Joined: Tue Jan 31, 2012 2:47 pm

Re: Cant access nagios core login screen

Post by deepakdeshp »

scottwilkerson wrote:Nagios core doesn't have a login screen, it uses basic authentication and by default would be available at

Code: Select all

http://your_host/nagios/
Thats the url I used but the first screen does not come up showing devices etc and where I can login as the admin.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Cant access nagios core login screen

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked