Re: [Nagios-users] Unable to Login to Nagios

2009-07-14 Thread Kevin Mitnikc
Thanks Gius!! I was able to reset the password by doing the following: # htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin # ls -l /usr/local/nagios/etc/htpasswd.users I can now access the Nagios GUI. Thanks for providing me with the information and direction I needed. Much appre

Re: [Nagios-users] Unable to Login to Nagios

2009-07-14 Thread Paul Weaver
tnikc [mailto:teckad...@gmail.com] Sent: 14 July 2009 22:55 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Unable to Login to Nagios I am unable to login to the Nagios web GUI. When I open a browser to access Nagios, I am unable to authentic

Re: [Nagios-users] Unable to Login to Nagios

2009-07-14 Thread Mark Gius
Default web access is controlled via apache's basic auth module, using a password file. The default name for this file is "htpasswd." I would look in your apache and nagios directories for a file of that name for a start. If you can't find that, look in your apache configs and find the nagio

Re: [Nagios-users] Unable to Login to Nagios

2009-07-14 Thread Kevin Mitnikc
That is understandable. What exactly am I looking for in my webservers configuration? What information can I provide. I have a typical Nagios install with a few servers being monitored. Is there a way to reset the password for the Nagios web portal or access? Not sure how to refer to the web ac

Re: [Nagios-users] Unable to Login to Nagios

2009-07-14 Thread Morris, Patrick
Hi Kevin! On Tue, 14 Jul 2009, Kevin Mitnikc wrote: > I am unable to login to the Nagios web GUI. When I open a browser to access > Nagios, I am unable to authenticate. I haven't made any changes or addons > since yesterday. > > What do I need to do to reset the password and login? Am I abl

[Nagios-users] Unable to Login to Nagios

2009-07-14 Thread Kevin Mitnikc
I am unable to login to the Nagios web GUI. When I open a browser to access Nagios, I am unable to authenticate. I haven't made any changes or addons since yesterday. What do I need to do to reset the password and login? Am I able to do this somehow in the terminal? Cheers, Kevin ---