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
Time issue Nagios xi web interface and CentOS
-
- Posts: 7
- Joined: Mon Jan 02, 2012 3:43 am
Time issue Nagios xi web interface and CentOS
You do not have the required permissions to view the files attached to this post.
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Time issue Nagios xi web interface and CentOS
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:
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
date.timezone = Etc/GMT-13
Code: Select all
service httpd restart
-
- Posts: 7
- Joined: Mon Jan 02, 2012 3:43 am
Re: Time issue Nagios xi web interface and CentOS
It fixed the problem! many thanks!
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Time issue Nagios xi web interface and CentOS
Glad it is resolved.