Hi there,
The customer above is getting an error when using the autodiscovery wizard. When we apply the configuration we get the error
"Backend login to the Core Config Manager failed"
I have attached the two files required to debug.
Can anyone assist please?
Tnx
"Backend login to the Core Config Manager failed"
-
mindspring
- Posts: 117
- Joined: Thu Jul 19, 2012 10:24 am
"Backend login to the Core Config Manager failed"
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: "Backend login to the Core Config Manager failed"
Can you work through this section of the wiki and let us know how it goes?:
http://support.nagios.com/wiki/index.ph ... n_Problems
http://support.nagios.com/wiki/index.ph ... n_Problems
-
mindspring
- Posts: 117
- Joined: Thu Jul 19, 2012 10:24 am
Re: "Backend login to the Core Config Manager failed"
Yes thanks, I have done the above and attached the output of the two files
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: "Backend login to the Core Config Manager failed"
Have you, or one of your users changed the mysql database's login credentials? Either on the database itself, or in the interface? Have you instituted a ramdisk or offloaded your database recently?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: "Backend login to the Core Config Manager failed"
Please remove the following files, then try to apply config:
Code: Select all
rm -f /usr/local/nagiosxi/scripts/nagiosql.*Re: "Backend login to the Core Config Manager failed"
I encountered this problem before.
after changing core config manager (CCM) password, I got this error.
Therefore, I re-changed the password to default which is "welcome"
Then, the problem has gone.
after changing core config manager (CCM) password, I got this error.
Therefore, I re-changed the password to default which is "welcome"
Then, the problem has gone.
Re: "Backend login to the Core Config Manager failed"
@mindspring
Did slansing's suggestion help? BTW, have you tried resetting the security credentials (Admin->Reset Security Credentials)?
Did slansing's suggestion help? BTW, have you tried resetting the security credentials (Admin->Reset Security Credentials)?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: "Backend login to the Core Config Manager failed"
The above post from Slansing ( rm -f /usr/local/nagiosxi/scripts/nagiosql.* ) didn't work for me
-
I also tried resetting Cred's and setting PW to welcome ... these didn't work either. I amd still getting;
Command submitted for processing...
Waiting for configuration verification.....
Backend login to the Core Config Manager failed.
-
I also tried resetting Cred's and setting PW to welcome ... these didn't work either. I amd still getting;
Command submitted for processing...
Waiting for configuration verification.....
Backend login to the Core Config Manager failed.
Re: "Backend login to the Core Config Manager failed"
Can you show us the "// db-specific connection information" section from the "/usr/local/nagiosxi/html/config.inc.php" file? Hide the sensitive info ("non-default" passwords, etc.).
Also check if you have database errors in the mysqld.log:
Also check if you have database errors in the mysqld.log:
Code: Select all
tail -20 /var/log/mysqld.logBe sure to check out our Knowledgebase for helpful articles and solutions!