Time issue Nagios XI web interface and CentOS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Lantech
Posts: 7
Joined: Mon Jan 02, 2012 3:43 am

Time issue Nagios XI web interface and CentOS

Post by Lantech »

Hello,

I hope someone can help us with the following issue.

We are having a time issue between the OS en Nagios XI. Referring to the picture you will see a ssh session to our server and the latest events in Nagios XI web interface.
As you can see there is a time difference of one hour.

The following link dint fix the problem.
http://assets.nagios.com/downloads/nagi ... m_Time.pdf

regards,

Lantech
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Time issue Nagios XI web interface and CentOS

Post by scottwilkerson »

specify your timezone in your /etc/php.ini file. Newer releases of PHP require this setting for your server to reflect the correct system time and timezone. To change this setting, edit the /etc/php.ini file with the following line:

Code: Select all

 date.timezone = Etc/GMT-13
Change the timezone to match your location. These zones are listed at the following URL. PHP Timezones After changing the setting, restart your apache server:

Code: Select all

 service httpd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Lantech
Posts: 7
Joined: Mon Jan 02, 2012 3:43 am

Re: Time issue Nagios XI web interface and CentOS

Post by Lantech »

It fixed the problem! many thanks!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Time issue Nagios XI web interface and CentOS

Post by scottwilkerson »

Glad it is resolved.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked