Search found 3 matches

by bzlom
Wed Apr 30, 2014 10:14 am
Forum: Open Source Nagios Projects
Topic: Adding new user in Nagios doesn't work
Replies: 4
Views: 3457

Re: Adding new user in Nagios doesn't work

Also if that is of any help - I have reset the password for the old admin account, and restarted nagios3 service and apache2. Cleared browser cache.
Nagios doesn't accept the new password, nor the old one. Therefore I'm modifying the correct htpasswd.users file, but something doesn't work.
by bzlom
Wed Apr 30, 2014 3:18 am
Forum: Open Source Nagios Projects
Topic: Adding new user in Nagios doesn't work
Replies: 4
Views: 3457

Re: Adding new user in Nagios doesn't work

The command was used to add the developers username/pass: # htpasswd /etc/nagios3/htpasswd.users developers here is the relevant content of /etc/nagios/apache2.conf <DirectoryMatch (/usr/share/nagios3/htdocs|/usr/lib/cgi-bin/nagios3|/etc/nagios3/stylesheets)> Options FollowSymLinks DirectoryIndex in...
by bzlom
Tue Apr 29, 2014 5:33 am
Forum: Open Source Nagios Projects
Topic: Adding new user in Nagios doesn't work
Replies: 4
Views: 3457

Adding new user in Nagios doesn't work

Hi, we are running Ubuntu 12.04.4 LTS with Nagios Core Version 3.2.3. It was configured by the previous administrator. It had authentication enabled for a custom user - admin which has the full permissions to the Nagios web interface. Now there is a need to add a new Read Only user for the developme...