Configuration .... not verified?
-
nagiostest
- Posts: 23
- Joined: Wed Sep 19, 2012 10:58 pm
Configuration .... not verified?
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
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?
Is crond running on the system?
Code: Select all
service crond status-
nagiostest
- Posts: 23
- Joined: Wed Sep 19, 2012 10:58 pm
Re: Configuration .... not verified?
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?
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
Then attach cmd.txt to your next post
Code: Select all
cd /tmp
tail -f /usr/local/nagiosxi/var/cmdsubsys.log &> cmd.txt-
nagiostest
- Posts: 23
- Joined: Wed Sep 19, 2012 10:58 pm
Re: Configuration .... not verified?
Heres the cmd.txt
Thanks for the quick reply
EDIT: i see something about login failed for nagiosql
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?
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)
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?
Actually it looks like localhost isn't listening on port 80
Did you make some changes to your /etc/httpd/conf/httpd.conf ?
Did you make some changes to your /etc/httpd/conf/httpd.conf ?
-
nagiostest
- Posts: 23
- Joined: Wed Sep 19, 2012 10:58 pm
Re: Configuration .... not verified?
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?
You need to make port changes also in /usr/local/nagiosxi/html/config.inc.php
-
nagiostest
- Posts: 23
- Joined: Wed Sep 19, 2012 10:58 pm
Re: Configuration .... not verified?
what do i change? isit the base_url ?