Page 1 of 2
Nagios XI authentication page
Posted: Mon Jan 16, 2012 2:41 pm
by RCIJoe
Nagios XI used to have a login web page for authentication. Today it is now using a pop up authentication window. I'm not aware of any updates or changes to the system. What could be the cause of this?
Thanks
Re: Nagios XI authentication page
Posted: Mon Jan 16, 2012 2:50 pm
by scottwilkerson
make sure you are going to
http://<IP_ADDRESS>/nagiosxi/
and not
http://<IP_ADDRESS>/nagios/
Re: Nagios XI authentication page
Posted: Mon Jan 16, 2012 5:21 pm
by RCIJoe
scottwilkerson wrote:make sure you are going to
http://<IP_ADDRESS>/nagiosxi/
and not
http://<IP_ADDRESS>/nagios/
Yes, this was one of the tabs on my home page and had been working for a couple of years. Suddenly it is not working that way today. Thanks for the response.
Re: Nagios XI authentication page
Posted: Tue Jan 17, 2012 11:45 am
by mguthrie
The pop up is an apache basic authentication window, which is what Nagios Core uses for authentication. Nagios XI uses session authentication, so there shouldn't be a need for the pop up.
Just to clarify, is this issue resolved, or does there still appear to be a problem?
Re: Nagios XI authentication page
Posted: Fri Jan 27, 2012 9:28 am
by RCIJoe
The issue is not resolved
Re: Nagios XI authentication page
Posted: Fri Jan 27, 2012 9:32 am
by RCIJoe
It may be coincidental but just prior to this issue I installed Nagios Mobile. The symptoms didn't appear immediately after installing mobile so I didn't think to mention it until just now. It was probably a couple days after the mobile installation that the log in screen was replaced with the pop up.
Re: Nagios XI authentication page
Posted: Fri Jan 27, 2012 10:19 am
by scottwilkerson
RCIJoe wrote:It may be coincidental but just prior to this issue I installed Nagios Mobile. The symptoms didn't appear immediately after installing mobile so I didn't think to mention it until just now. It was probably a couple days after the mobile installation that the log in screen was replaced with the pop up.
Out of curiosity, have you added any other components recently?
Reason I ask, we had a similar situation when an XI system in our office had a component installed that was making a call to a .wav file in the /nagios/ directory. If the page that is loading is making any calls to the /nagios/ directory (including images etc.) it will prompt for the basic auth.
On the auth window that pops up, what does it say in the title bar?
Re: Nagios XI authentication page
Posted: Fri Jan 27, 2012 10:26 am
by RCIJoe
No other components installed. I've attached a screen shot of the authentication window. Thanks
Re: Nagios XI authentication page
Posted: Fri Jan 27, 2012 10:31 am
by mguthrie
Can you create a zip and send it to us with all of the files in the /etc/httpd/conf.d directory? It's looking like you may have basic authentication setup somewhere where it doesn't belong.
Re: Nagios XI authentication page
Posted: Fri Jan 27, 2012 11:00 am
by RCIJoe
mguthrie wrote:Can you create a zip and send it to us with all of the files in the /etc/httpd/conf.d directory? It's looking like you may have basic authentication setup somewhere where it doesn't belong.
Sure, I'll get that to you. I have a bit of a fire to put out so it may be a bit...
Would there be anything in these files I wouldn't want sitting unsecured on this forum?
Thanks