Page 2 of 2
Re: Time stamp mismatch
Posted: Wed Jun 11, 2014 8:21 am
by cyient
last update.JPG
last check.JPG
Hi please find the attachments for the time stamp mismatch which i have stated.
I have taken the screenshot at the same time.
Re: Time stamp mismatch
Posted: Wed Jun 11, 2014 10:00 am
by scottwilkerson
@cyient - can you please open a ticket by sending an email to
[email protected] sending in your profile.zip from Admin -> System Profile so we can take a look at the settings on your system...
Thanks.
Re: Time stamp mismatch
Posted: Thu Jun 12, 2014 7:14 am
by cyient
Does this come under any incident, as support to only 10 incidents.
Re: Time stamp mismatch
Posted: Thu Jun 12, 2014 9:24 am
by tmcdonald
We usually suggest sending profiles in a ticket since it's a bit more private than posting it publicly. For now just PM me the profile and I will make it available to our other techs. Please update this thread once you have done so.
PM received and placed in shared folder
Re: Time stamp mismatch
Posted: Fri Jun 13, 2014 11:41 pm
by cyient
tmcdonald wrote:We usually suggest sending profiles in a ticket since it's a bit more private than posting it publicly. For now just PM me the profile and I will make it available to our other techs. Please update this thread once you have done so.
I have PM'd the system profile to you.
Re: Time stamp mismatch
Posted: Mon Jun 16, 2014 1:10 pm
by tmcdonald
Since we never actually checked in this thread, can you please run the following and post output?
Code: Select all
grep "date.timezone" /etc/php.ini
php -r 'echo date("D M j G:i:s T Y")."\n";'
date
Re: Time stamp mismatch
Posted: Thu Jun 19, 2014 4:47 am
by cyient
Below is the output of the commands.
Code: Select all
[root@NAGIOSXI-64 ~]# grep "date.timezone" /etc/php.ini
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = Asia/Kolkata
[root@NAGIOSXI-64 ~]# php -r 'echo date("D M j G:i:s T Y")."\n";'
Thu Jun 19 15:14:53 IST 2014
[root@NAGIOSXI-64 ~]# date
Thu Jun 19 15:15:02 IST 2014
[root@NAGIOSXI-64 ~]#
Re: Time stamp mismatch
Posted: Thu Jun 19, 2014 5:05 pm
by tmcdonald
I know some elements in the UI grab the time from your workstation with JavaScript. Is your workstation set to the same time as your Nagios system time?
Re: Time stamp mismatch
Posted: Mon Jun 23, 2014 10:52 pm
by cyient
Workstation is also set to Nagios system time.
Re: Time stamp mismatch
Posted: Tue Jun 24, 2014 4:30 pm
by slansing
So I did a bit of looking into your timezone, it appears as though the XI server, and it's php time are correct, the problem is with your dashlets, which are way off from what they should be, that would indicate that your browser is giving javascript the wrong time, or the correct time as your system see's it. You are 100% sure that your system's timezone is correct? Is this a windows system? Have you personally taken a look? And tried with a different browser?