web interface

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
Balthazar
Posts: 1
Joined: Thu Jan 06, 2011 5:59 am

web interface

Post by Balthazar »

Hi,
I installed nagios on redhat server to supervice my equipements. now my problem is that nagios don't reconize my password.
i need a help to solve this problem.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: web interface

Post by mguthrie »

For future posts, use the General Forum, as you'll get the quickest response and more view.

For nagios core, to reset your password, use the following command:
(confirm the location of your htpasswd.users file first)

Code: Select all

htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
(you'll then be prompted for the new password)
Locked