Configuration .... not verified?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
nagiostest
Posts: 23
Joined: Wed Sep 19, 2012 10:58 pm

Configuration .... not verified?

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configuration .... not verified?

Post by scottwilkerson »

Is crond running on the system?

Code: Select all

service crond status
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nagiostest
Posts: 23
Joined: Wed Sep 19, 2012 10:58 pm

Re: Configuration .... not verified?

Post by nagiostest »

crond is running. I have attached the results of the log you requested
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configuration .... not verified?

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nagiostest
Posts: 23
Joined: Wed Sep 19, 2012 10:58 pm

Re: Configuration .... not verified?

Post by nagiostest »

Heres the cmd.txt
Thanks for the quick reply :)
EDIT: i see something about login failed for nagiosql
You do not have the required permissions to view the files attached to this post.
nagiostest
Posts: 23
Joined: Wed Sep 19, 2012 10:58 pm

Re: Configuration .... not verified?

Post 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)
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configuration .... not verified?

Post 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 ?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nagiostest
Posts: 23
Joined: Wed Sep 19, 2012 10:58 pm

Re: Configuration .... not verified?

Post by nagiostest »

Yes i changed it to port 100. so ip-addres:100/nagiosxi
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configuration .... not verified?

Post by scottwilkerson »

You need to make port changes also in /usr/local/nagiosxi/html/config.inc.php
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nagiostest
Posts: 23
Joined: Wed Sep 19, 2012 10:58 pm

Re: Configuration .... not verified?

Post by nagiostest »

what do i change? isit the base_url ?
Locked