Apply Configuration/Sync Missed
Apply Configuration/Sync Missed
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
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
Re: Apply Configuration/Sync Missed
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.
Re: Apply Configuration/Sync Missed
latest version
Nagios XI Installation Profile
System:
Nagios XI Version : 2012R1.6
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
Can you run
Code: Select all
ls -ld /usr/local/nagios/etc/services
ls -l /usr/local/nagios/etc/servicesRe: Apply Configuration/Sync Missed
attached.
You do not have the required permissions to view the files attached to this post.
Re: Apply Configuration/Sync Missed
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!
Re: Apply Configuration/Sync Missed
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
} Re: Apply Configuration/Sync Missed
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"?
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!
Re: Apply Configuration/Sync Missed
I tried with another service. (CPU Usage from the wizard).
I changed a argument and happened the same problem.
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.
Re: Apply Configuration/Sync Missed
I assume you applied configuration, correct?I changed a argument and happened the same problem.
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 startBe sure to check out our Knowledgebase for helpful articles and solutions!