Zabbix Sinicization
For children who are not very good at English, the Zabbix in the English interface is very troublesome to use. The following will introduce how to turn zabbix into a Chinese version. My system is debian9.2,zabbix version 3.4.2, the Chinese version has nothing to do with the version, it should be universal.
1. Enter windows, double-click my computer and go to C:\ Windows\ Font to find simplified characters, and copy a copy of italics to the desktop. Renamed to DejaVuSans.ttf , which will be used later.
2. Find / var/www/html/fonts/ to replace. You need to back up the original file before replacing it. After the replacement, restart the device.
3. Attach the download address of the font Baidu network disk, and replace it directly after the download.
Link: https://pan.baidu.com/s/1hsfCJVA password: 6zq9
4. Change the system font.
Use the "dpkg-reconfigure locales" command to select the system language, and find the "zh-CN GB2312" to select OK.
5. Configure zabbix fonts
Log in to the web configuration interface of your zabbix, click "Administration"-"User"-"Admin", select the Chinese font from the drop-down menu, and then select update.
6. Log in to the system backend and restart the apache2 service. The Sinicization of zabbix system can be completed.
Service apache2 stop
Service apache2 start
Or
Service apache2 restart
This is the whole process of Sinicization. Thank you