Hi,
We are using one Zabbix server with 2 proxies. Some of our checks are in French, so they have accents (mostly é and è).
Our main database is in Latin1, and our proxies are too. It's how the thing was set up a long long time ago.
This did not gave us any issues until we recently upgraded from Zabbix 2.4.6 to 3.0.1
Our main Zabbix server is fine, but our proxies don't work anymore for items having accents in the key. Looking into Mysql, accents are replaced by ? (ex perf_counter["\Disque physique(3 H
\?critures disque, octets/s"])
I've tried several time to recreate correctly the DB on the proxies, but nothing works.
Proxies with Latin1: accents are replaced with ?
Proxies with UTF-8: the proxy can't insert the data in the table, so it fails in an even worse way.
I guess one solution would be to drop the main Zabbix server DB, recreate it in utf-8 and import a dump so that everything is in utf-8. But our db is big (160GB dump), so that's not really a solution.
As it used to work fine in 2.4 (and earlier), what has changed with Zabbix 3 ?
Do you have any idea how to fix this issue ?
Thanks.
We are using one Zabbix server with 2 proxies. Some of our checks are in French, so they have accents (mostly é and è).
Our main database is in Latin1, and our proxies are too. It's how the thing was set up a long long time ago.
This did not gave us any issues until we recently upgraded from Zabbix 2.4.6 to 3.0.1
Our main Zabbix server is fine, but our proxies don't work anymore for items having accents in the key. Looking into Mysql, accents are replaced by ? (ex perf_counter["\Disque physique(3 H
\?critures disque, octets/s"])I've tried several time to recreate correctly the DB on the proxies, but nothing works.
Proxies with Latin1: accents are replaced with ?
Proxies with UTF-8: the proxy can't insert the data in the table, so it fails in an even worse way.
I guess one solution would be to drop the main Zabbix server DB, recreate it in utf-8 and import a dump so that everything is in utf-8. But our db is big (160GB dump), so that's not really a solution.
As it used to work fine in 2.4 (and earlier), what has changed with Zabbix 3 ?
Do you have any idea how to fix this issue ?
Thanks.
Comment