Hey. I am using a dockerized version of zabbix with several connected agents and I want to set the right time for the incoming data.
What was the issue? Zabbix is displaying wrong time in the Monitoring -> Latest data section. It's one hour later than should be. The clock widget on the dashboard shows correct time though.
What did I do? I checked the dockerfile and found that there are several possible locations for the php.ini file, I found it in /etc/php7/php.ini and changed the timezone. After restarting the zabbix server container the time is still wrong.
I am now wondering what is the problem?
What was the issue? Zabbix is displaying wrong time in the Monitoring -> Latest data section. It's one hour later than should be. The clock widget on the dashboard shows correct time though.
What did I do? I checked the dockerfile and found that there are several possible locations for the php.ini file, I found it in /etc/php7/php.ini and changed the timezone. After restarting the zabbix server container the time is still wrong.
I am now wondering what is the problem?
Just notice that in my case the agents were also running on docker containers.
!!
Comment