Page 1 of 2

Configuration .... not verified?

Posted: Mon Nov 26, 2012 8:41 pm
by nagiostest
When i apply configuration for something,
Command submitted for processing...
Waiting for configuration verification..................... never ends.
However i can add it manually- without using the xi interface, configuations are done when i define host/services manually.
So basically things modified thru the xi interface are now out of sync.
Any help would be appreciated.
Thanks !

EDIT: tried http://support.nagios.com/wiki/index.ph ... _Completes
but still not working

Re: Configuration .... not verified?

Posted: Tue Nov 27, 2012 10:54 am
by scottwilkerson
Is crond running on the system?

Code: Select all

service crond status

Re: Configuration .... not verified?

Posted: Tue Nov 27, 2012 8:17 pm
by nagiostest
crond is running. I have attached the results of the log you requested

Re: Configuration .... not verified?

Posted: Tue Nov 27, 2012 8:19 pm
by scottwilkerson
Ok, this looks normal, can I have you run the following from the console and then while it is running Apply Configuration in the Web UI

Code: Select all

cd /tmp
tail -f /usr/local/nagiosxi/var/cmdsubsys.log &> cmd.txt
Then attach cmd.txt to your next post

Re: Configuration .... not verified?

Posted: Tue Nov 27, 2012 8:23 pm
by nagiostest
Heres the cmd.txt
Thanks for the quick reply :)
EDIT: i see something about login failed for nagiosql

Re: Configuration .... not verified?

Posted: Wed Nov 28, 2012 2:30 am
by nagiostest
damn that itchy hand of mine. I went to edit the nagiosql password from the xi interface, now i am not able to access even the core config manager
Error while connecting to database:
[localhost] Connection to the database server has failed by reason:
Access denied for user 'nagiosql'@'localhost' (using password: YES)

Re: Configuration .... not verified?

Posted: Wed Nov 28, 2012 10:27 am
by scottwilkerson
Actually it looks like localhost isn't listening on port 80

Did you make some changes to your /etc/httpd/conf/httpd.conf ?

Re: Configuration .... not verified?

Posted: Wed Nov 28, 2012 8:02 pm
by nagiostest
Yes i changed it to port 100. so ip-addres:100/nagiosxi

Re: Configuration .... not verified?

Posted: Thu Nov 29, 2012 8:29 am
by scottwilkerson
You need to make port changes also in /usr/local/nagiosxi/html/config.inc.php

Re: Configuration .... not verified?

Posted: Fri Nov 30, 2012 12:55 am
by nagiostest
what do i change? isit the base_url ?