Backend login to the Core Config Manager failed.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Backend login to the Core Config Manager failed.

Post by gdolidze »

I get the following message when clicking apply configuration.

Backend login to the Core Config Manager failed.

An error occurred while attempting to apply your configuration to Nagios Core.
Monitoring engine configuration files have been rolled back to their last known good checkpoint.

I have tried

Code: Select all

su nagios
cd /usr/local/nagiosxi/scripts
./reconfigure_nagios.sh
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Backend login to the Core Config Manager failed.

Post by gsmith »

Please send us your system profile.
1. Login to the Nagios XI GUI using a web browser.
2. Click the "Admin" > "System Profile" Menu
3. Click the "Download Profile" button
4. Save the profile.zip file and share the file in a private message and then
reply to this post to bring it up in the queue.

Thanks
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: Backend login to the Core Config Manager failed.

Post by gdolidze »

I have sent the file..
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Backend login to the Core Config Manager failed.

Post by gsmith »

Hi

Please try the following on the CLI of the Nagios server:

Code: Select all

chage -l nagios
 su - nagios
 cd /usr/local/nagiosxi/scripts
 time ./reconfigure_nagios.sh
This should show what is causing the Backend login error.
See the https://support.nagios.com/kb/article/n ... s-780.html KB article for possible resolution.

Thank you!
Locked