Page 1 of 1
Stuck at Apply Configuration Waiting for Config Verification
Posted: Mon Jul 10, 2017 10:49 am
by SavaSC
I am having an issue with both of my Nagios instances where it will not get past "Waiting for Configuration Verification" on the Apply Configuration page. It just sits there adding more dots to the screen. At first I thought it was due to the new release, but I rolled back a snapshot on one of them to before the update and it's still doing it.
Please advise where I need to look in order to troubleshoot this issue.
Thanks.
Re: Stuck at Apply Configuration Waiting for Config Verifica
Posted: Mon Jul 10, 2017 11:58 am
by mcapra
Does running the
reconfigure_nagios.sh script produce any telling results/errors?
If my memory serves right, it should be located here:
Code: Select all
/usr/local/nagiosxi/scripts/reconfigure_nagios.sh
Re: Stuck at Apply Configuration Waiting for Config Verifica
Posted: Mon Jul 10, 2017 12:25 pm
by SavaSC
Here is the output:
If I'm reading this correctly, it says that my CA is bad? If that's the case, I'm really confused. I can log into the webpage just fine. But when I write a config it fails? And the DB is on the localhost, according to the attached screenshot.
Re: Stuck at Apply Configuration Waiting for Config Verifica
Posted: Mon Jul 10, 2017 1:15 pm
by tgriep
Login to the XU GUI and go to the Core Config Manager > Settings menu, then select the Database tab.
Change the Database Password to the following
Then click on the Save Settings button and see if the Apply Config works for you.
If it still fails, go to the Admin > Security Credentials menu and click on the Update Credentials button but do not update any of the fields.
Then try to Apply the Config again.
Re: Stuck at Apply Configuration Waiting for Config Verifica
Posted: Mon Jul 10, 2017 3:13 pm
by SavaSC
Sadly, neither of these worked.
Re: Stuck at Apply Configuration Waiting for Config Verifica
Posted: Mon Jul 10, 2017 3:18 pm
by scottwilkerson
This looks like you are not going to https from the beginning and being re-directed.
This will happen if you miss the step on page 8 updating the config.inc.php when setting up SSL
https://assets.nagios.com/downloads/nagiosxi/docs/Configuring-SSL-with-Nagios%20XI.pdf
set
Re: Stuck at Apply Configuration Waiting for Config Verifica
Posted: Tue Jul 11, 2017 9:08 am
by SavaSC
*BOOM* That did it. The "use_https" line wasn't in the config at all. I added it and made sure the other steps were don. Now they both work.
Thanks! You may close this thread.
Re: Stuck at Apply Configuration Waiting for Config Verifica
Posted: Tue Jul 11, 2017 9:18 am
by tmcdonald
I'll be closing this thread now, but feel free to open another if you need anything in the future!