[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
--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

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 able to do this 
 somehow in the terminal?

Since it seems we're starting from square one here, I'd recommend taking
a look at your webserver's configuration, determining what it's using to
authenticate, and following the trail from there. 

There are too many possible answers to your question to be able to give
you an answer without at least a little information about your
configuration.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


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 access of Nagios.


Thanks,

Kevin

On Tue, Jul 14, 2009 at 3:02 PM, Morris, Patrick patrick.mor...@hp.comwrote:

 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 able to do
 this somehow in the terminal?

 Since it seems we're starting from square one here, I'd recommend taking
 a look at your webserver's configuration, determining what it's using to
 authenticate, and following the trail from there.

 There are too many possible answers to your question to be able to give
 you an answer without at least a little information about your
 configuration.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

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 nagios 
configuration file.  Inside there it should define an AuthUserFile.  
You'll want to edit that file.  You should note that the passwords in 
that file are (hopefully) 1-way hashes, so you'll need to replace your 
existing entry with another hashed one (see the 'htpasswd' command for 
doing that).


-Gius

Kevin Mitnikc wrote:
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 access of Nagios.
 
 
Thanks,
 
Kevin


On Tue, Jul 14, 2009 at 3:02 PM, Morris, Patrick 
patrick.mor...@hp.com mailto:patrick.mor...@hp.com wrote:


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 able
to do this somehow in the terminal?

Since it seems we're starting from square one here, I'd recommend
taking
a look at your webserver's configuration, determining what it's
using to
authenticate, and following the trail from there.

There are too many possible answers to your question to be able to
give
you an answer without at least a little information about your
configuration.




--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge



___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

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

2009-07-14 Thread Paul Weaver
Hmm, I'm sure you're really not Kevin Mitnick 

You'll probably find a .htaccess file somewhere on your system. The
exact configuration will vary depending on how you initially installed
nagios. This file will contain a username, a .htpasswd file will contain
the (encrypted) password. 

http://httpd.apache.org/docs/2.3/misc/password_encryptions.html may give
you some pointers. If you care about understanding why you have a
problem, and how *you* can fix it in future, people on this list will
respond to polite emails. If you only care about results, I'm sure one
of many people on this list will be happy to take a credit card number
at $100/hour.

--

In a world without walls and fences, who needs windows and gates?

Paul Weaver
Systems Development Engineer
News Production Facilities, BBC News


 




From: Kevin Mitnikc [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 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


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null