CCM Logins for Different Admins

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
mikew
Posts: 243
Joined: Sun Feb 05, 2012 7:05 pm

CCM Logins for Different Admins

Post by mikew »

I am working with a company which has about 10 admins and about 10 read only accounts they want to access Nagios XI. So they want the admins to be able to access the CCM with separate accounts.

I have set up the accounts in Admin/Users/Manage Users and made them contacts. I have also set up the admins in the CCM/Config Manager Admin/Manage Config Access with separate usernames and passwords that match the logins to the web interface.

However, when the admins try to login they cannot login to the CCM with username/password that was entered in the CCM. They can login fine to the web interface.

Am I missing something here? Or should all those admins use the nagiosadmin access to the CCM?

This is happening on Nagios XI versions 2012R2.5 and 2.7. CentOS version 6.x with 10 GB or RAM and 12 vCPU. Server load is very low as they are using gearman to carry the load.
Mike Weber

Nagios Training/Consulting
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: CCM Logins for Different Admins

Post by abrist »

mikew wrote:Am I missing something here? Or should all those admins use the nagiosadmin access to the CCM?
You are not missing something here afaik. Configuring new ccm accounts through the "manage config access" option is correct.
Did you check the "active" box for each of the new ccm users?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
mikew
Posts: 243
Joined: Sun Feb 05, 2012 7:05 pm

Re: CCM Logins for Different Admins

Post by mikew »

Yes all are checked as active.

None of the admins can login to the CCM unless they use the nagiosadmin user....which is problematic as they then could change that password.
Mike Weber

Nagios Training/Consulting
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: CCM Logins for Different Admins

Post by lmiltchev »

Mike, I am not able to recreate the issue on Nagios XI 2012R2.7. The CCM login credentials are stored in nagiosql, so maybe you can try running a repair on the database... Not sure if this will help but it wouldn't hurt to try.

Code: Select all

cd /usr/local/nagiosxi/scripts/
./repairmysql.sh nagiosql
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
mikew
Posts: 243
Joined: Sun Feb 05, 2012 7:05 pm

Re: CCM Logins for Different Admins

Post by mikew »

Here is an update on this problem.

The CCM does work as designed. The problem that we had was multiple users trying to login to the CCM from the same browser and not clearing cookies/cache or restarting the browser. An additional issue may have been multiple users with a read only account on Fusion and then logging into XI and the CCM, again sharing a browser as they were in a conference room.

Anyway, I have retested and all is OK.
Mike Weber

Nagios Training/Consulting
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: CCM Logins for Different Admins

Post by slansing »

Ahh, well that explains it!
Locked