Solve the problem of garbled characters in rpm installation of zabbix-3.2.4:

Open my computer, enter: C:\Windows\Fonts Find italics simkai.ttf and upload it to the /usr/share/fonts/dejavu/ directory on the server

If you don't know where the font path is, then find it, the zbx packaged by rpm is generally in this directory:

find / -name "*.ttf"  

The path where the font is located is as follows:

cd /usr/share/fonts/dejavu/    

or

/var/www/html/zabbix/fonts/

The configuration file must be changed to directly back up the original font:

mv DejaVuSans.ttf DejaVuSans.ttf.bak

Then upload the italic font to the current directory and rename it to the original font name DejaVuSans.ttf

mv simkai.ttf DejaVuSans.ttf

Restart the server side and agent side of zabbix

systemctl  restart  zabix-agent

systemctl  restart  zabbix-server

ok garbled problem solving


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324941760&siteId=291194637