If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Ad Widget
Collapse
How can I use zabbix_sender to send UTF-8 text (like Chinese) to Zabbix server?
In the environment of Zabbix 3.4.14 used by me, it is possible to send UTF-8 characters with zabbix_sender without problems.
Please give details of the following information.
- Detailed version of Zabbix you are using
- Platform that executed zabbix_sender
- How to run zabbix_sender
- Error messages and logs when command executed
- Database character set
Are you using gb2312 or big5 as Windows code page?
In that case, since it is the code page on the Windows command prompt, it can not be sent with UTF-8.
Also, since the command prompt adds extra code, it will be difficult to send it directly with zabbix_sender.exe directly.
Consider how to load the contents output to the file into zabbix_sender.exe, or how to obtain the value using the file monitoring items output to the file.
Comment