Apply Configuration/Sync Missed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Apply Configuration/Sync Missed

Post by cwireless »

Hi support,

I have problem when I am applying my configuration from "Nagios Core Config Manager".

The configuration is applied successfully ,but when I find my service , show me: Sync Missed.

Here my System Profile Date/Time:

PHP Timezone: Etc/GMT+5
PHP Time: Mon, 18 Mar 2013 11:18:31 -0500
System Time: Mon, 18 Mar 2013 11:18:31 -0500
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Apply Configuration/Sync Missed

Post by mguthrie »

What version of Nagios XI are you currently running? We fixed a bug in 1.6 where this could happen if you had multiple objects that had the same name, but difference cases.
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Re: Apply Configuration/Sync Missed

Post by cwireless »

latest version

Nagios XI Installation Profile
System:
Nagios XI Version : 2012R1.6
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Apply Configuration/Sync Missed

Post by scottwilkerson »

Can you run

Code: Select all

ls -ld /usr/local/nagios/etc/services
ls -l /usr/local/nagios/etc/services
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Re: Apply Configuration/Sync Missed

Post by cwireless »

attached.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Apply Configuration/Sync Missed

Post by lmiltchev »

Go to the Core Config Manager->Services-><your_service>->Click on the "View text config"->Copy/Paste the service definition for this service, so that we can review it.
Be sure to check out our Knowledgebase for helpful articles and solutions!
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Re: Apply Configuration/Sync Missed

Post by cwireless »

here:

Code: Select all

define service {
	host_name			Pagos y Recargas
	service_description		PING BIZTALK APP1
	use				xiwizard_windowsserver_ping_service
	servicegroups			GATEWAY Infraestructura 
	check_command			ping_python!26549C801ita!cwm-jfr-app1!1.5!3!!!!
	max_check_attempts		3
	check_interval			3
	retry_interval			1
	check_period			24x7
	notification_interval		60
	first_notification_delay	0
	notification_period		24x7
	notification_options		c,u,r,
	notifications_enabled		1
	contacts			AAA80686
	contact_groups			OperacionesCS
	register			1
	}	
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Apply Configuration/Sync Missed

Post by lmiltchev »

What is the config file's name of the service in "sync missed" status? Any special characters in it?
Is it only one service that you are having issues with, or there are more services that are "out of sync"?
The "Pana05.cfg.bk" file hasn't updated. What is it? Can you temporarily move to to a different location, for example to "/tmp"?
Be sure to check out our Knowledgebase for helpful articles and solutions!
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Re: Apply Configuration/Sync Missed

Post by cwireless »

I tried with another service. (CPU Usage from the wizard).
I changed a argument and happened the same problem.
define service {
host_name cwm-jfr-app1
service_description CPU Usage
use xiwizard_windowsserver_nsclient_service
servicegroups ADSL
check_command check_xi_service_nsclient!nagioscwp!CPULOAD!-l 5,82,90!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts AAA80686
contact_groups DL GSSI DB,OperacionesCS,Provisioning
_xiwizard windowsserver
register 1
}
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Apply Configuration/Sync Missed

Post by lmiltchev »

I changed a argument and happened the same problem.
I assume you applied configuration, correct?

What is the config file's name of the service in "sync missed" status? Any special characters in it?
The "Pana05.cfg.bk" file hasn't updated. What is it? Can you temporarily move to to a different location, for example to "/tmp"?

Run the following commands:

Code: Select all

service nagios stop
killall -9 nagios
service ndo2db stop
service ndo2db start
service nagios start
Let us know if this solves your problem.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked