Core Config Manager show sync missed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lxf4610
Posts: 12
Joined: Wed Jan 08, 2014 9:02 pm

Core Config Manager show sync missed

Post 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? :(
lxf4610
Posts: 12
Joined: Wed Jan 08, 2014 9:02 pm

Re: Core Config Manager show sync missed

Post by lxf4610 »

BTW, time zone in /etc/php.ini already set ...
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Core Config Manager show sync missed

Post 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.
Former Nagios employee
lxf4610
Posts: 12
Joined: Wed Jan 08, 2014 9:02 pm

Re: Core Config Manager show sync missed

Post 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 ~]#
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Core Config Manager show sync missed

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
lxf4610
Posts: 12
Joined: Wed Jan 08, 2014 9:02 pm

Re: Core Config Manager show sync missed

Post 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 !
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Core Config Manager show sync missed

Post 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!
Former Nagios employee
Locked