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
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
- Contact:
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
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
- Contact:
Re: Time issue Nagios XI web interface and CentOS
Glad it is resolved.