Page 1 of 1

Core Config Manager show sync missed

Posted: Thu May 08, 2014 11:59 am
by lxf4610
Hi all,

I have a general question on a new Nagios XI I have.... Core Config Manager always show sync missed even if the configuration be written to local files.

Any suggestion on how to troubleshoot? :(

Re: Core Config Manager show sync missed

Posted: Thu May 08, 2014 12:09 pm
by lxf4610
BTW, time zone in /etc/php.ini already set ...

Re: Core Config Manager show sync missed

Posted: Thu May 08, 2014 12:13 pm
by tmcdonald
You should be able to run

grep "date.timezone" /etc/php.ini
php -r 'echo date("D M j G:i:s T Y")."\n";'
date

to get a good idea if your time settings are matching up or not. If not you might have a mismatch from your system and PHP times which will need to be resolved.

Re: Core Config Manager show sync missed

Posted: Thu May 08, 2014 12:29 pm
by lxf4610
here is the out put

[root@den-nagmo-001 ~]# grep "date.time" /etc/php.ini
; http://www.php.net/manual/en/datetime.c ... e.timezone
date.timezone = America/Denver
[root@den-nagmo-001 ~]# php -r 'echo date("D M j G:i:s T Y"). "\n";'
Thu May 8 11:27:50 MDT 2014
[root@den-nagmo-001 ~]# date
Thu May 8 11:28:00 MDT 2014
[root@den-nagmo-001 ~]#

Re: Core Config Manager show sync missed

Posted: Thu May 08, 2014 3:55 pm
by lmiltchev
What do you see in the web ui under the "Date/Time" section (Admin->System Profile). Have you tried rebooting the server? Did you follow the steps, outlined in this document?

Re: Core Config Manager show sync missed

Posted: Thu May 08, 2014 8:37 pm
by lxf4610
That's the article I followed, but obviously I missed at some points. I reapply all the steps and it's good now. Thanks for the reply !

Re: Core Config Manager show sync missed

Posted: Fri May 09, 2014 9:16 am
by tmcdonald
Good to hear! I'll be closing this thread now, but feel free to open another if you need anything in the future!