New user can't login...

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
bouzzi
Posts: 2
Joined: Wed Sep 26, 2012 4:44 pm

New user can't login...

Post by bouzzi »

My server is a Ubuntu 8.04.4 LTS

I run Nagios® Core™ Version 3.4.1

I create users using this command:

Code: Select all

htpasswd  /usr/local/nagios/etc/htpasswd.users username

New password:
Re-type new password:
Adding password for user username

Then I restart nagios service:

Code: Select all

service nagios restart
Running configuration check...done.
Stopping nagios: .done.
Starting nagios: done.
Then I open a browser at URL : http:/servername/nagios

I get the authentification window

I type the username
I type the password

The browser sends me back the authentification window

The user cannot login to nagios..

Am I missing something?

________________________________
BOuzzi :?
mmccune
Posts: 3
Joined: Sat Sep 29, 2012 4:56 pm

Re: New user can't login...

Post by mmccune »

Can anyone else login? Did you run make install-webconf when you compiled Nagios?
Locked