Wrong Configuration Status in Core Config Manager
Posted: Thu Aug 04, 2016 8:01 am
Nagios XI 5.2.9
The web interface of Core Config Manager shows the wrong status.
Open the Core Config Manager. On the main page it will show
Configuration Status: OK | Verify Configuration
Now create an invalid configuration, e. g. go to Contacts -> Add New -> Contact Name: Test -> Save
Go back to the Core Config Manager main page: Configuration Status: Configuration not applied! | Apply Configuration
Click on Apply Configuration, you will get an error.
Go back to the Core Config Manager main page: Status: OK | Verify Configuration
The main page shows "Status: OK", but the status is not okay. The configuration is not applied because of the error.
Next to "Apply Configuration" is still the "*" symbol, so Nagios XI knows there are some not applied changes. Edit: The "*" was mostlikely shown because of a problem of the browser cache.
The problem is in the nagiosxi database the command
returns 0, which is equal to everything is okay.
The web interface of Core Config Manager shows the wrong status.
Open the Core Config Manager. On the main page it will show
Configuration Status: OK | Verify Configuration
Now create an invalid configuration, e. g. go to Contacts -> Add New -> Contact Name: Test -> Save
Go back to the Core Config Manager main page: Configuration Status: Configuration not applied! | Apply Configuration
Click on Apply Configuration, you will get an error.
Go back to the Core Config Manager main page: Status: OK | Verify Configuration
The main page shows "Status: OK", but the status is not okay. The configuration is not applied because of the error.
Next to "Apply Configuration" is still the "*" symbol, so Nagios XI knows there are some not applied changes. Edit: The "*" was mostlikely shown because of a problem of the browser cache.
The problem is in the nagiosxi database the command
Code: Select all
SELECT value FROM xi_options WHERE name = 'ccm_apply_config_needed';