Page 1 of 1

web interface

Posted: Thu Jan 06, 2011 6:10 am
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.

Re: web interface

Posted: Thu Jan 06, 2011 10:30 am
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)