Hi All,
I am running Zabbix 3.4.4 in docker containers using these images:
zabbix/zabbix-web-nginx-mysql:latest
zabbix/zabbix-server-mysql:latest
zabbix/zabbix-java-gateway:latest
mysql:5.7
Apparently there is a timing bug in the alpine linux image used for the zabbix-server-mysql:latest image that is causing web response time monitors to show hours instead of milliseconds.
I'd like to switch to the zabbix server image build on ubuntu instead to resolve that issue. Can I simply remove the old alpine based container and drop the ubuntu container in it's place without loosing any settings, template, and configuration? Would this cause other issues I should be aware of?
I am running Zabbix 3.4.4 in docker containers using these images:
zabbix/zabbix-web-nginx-mysql:latest
zabbix/zabbix-server-mysql:latest
zabbix/zabbix-java-gateway:latest
mysql:5.7
Apparently there is a timing bug in the alpine linux image used for the zabbix-server-mysql:latest image that is causing web response time monitors to show hours instead of milliseconds.
I'd like to switch to the zabbix server image build on ubuntu instead to resolve that issue. Can I simply remove the old alpine based container and drop the ubuntu container in it's place without loosing any settings, template, and configuration? Would this cause other issues I should be aware of?
Comment