Adding new user in Nagios doesn't work
Posted: Tue Apr 29, 2014 5:33 am
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 development team. No problem - a ton of guides out there.
1. I have generated with "htpasswd" tool a new user/password in htpasswd.users called "developers"
2. I have modified the cgi.cfg to contain:
authorized_for_all_services=admin,developers
authorized_for_all_hosts=admin,developers
Restarted nagios3 service and apache2 service. Clean the browser cache completely, cookies and all that stuff.
When I'm trying to authenticate the first account (admin) works, the second one (developers) - doesn't.
Is there some other change that should be done, or what else should I check - maybe on the apache2 side?
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 development team. No problem - a ton of guides out there.
1. I have generated with "htpasswd" tool a new user/password in htpasswd.users called "developers"
2. I have modified the cgi.cfg to contain:
authorized_for_all_services=admin,developers
authorized_for_all_hosts=admin,developers
Restarted nagios3 service and apache2 service. Clean the browser cache completely, cookies and all that stuff.
When I'm trying to authenticate the first account (admin) works, the second one (developers) - doesn't.
Is there some other change that should be done, or what else should I check - maybe on the apache2 side?