Zabbix6.0Lts 中文乱码,流量图中文乱码解决办法.
原错误如下图
解决这个错误并不需要更改php编译版本或者修改gaphs-inc.php文件。
只需要替换字体即可。
系统版本为ubuntu22
1、找到本机字体C:\Windows\Fonts 选择一种,选择普通的就可以,复制到待上传的文件夹,比如微软雅黑。
- 找到服务器系统字体所在地
[root@localhost ~]# find / -name DejaVuSans.ttf
find: ‘/proc/487658’: No such file or directory
find: ‘/proc/487661’: No such file or directory
find: ‘/proc/488255’: No such file or directory
find: ‘/proc/488266’: No such file or directory
/usr/share/fonts/dejavu/DejaVuSans.ttf
3.上传字体到/usr/share/fonts/truetype/dejavu/
并将所上传的字体改为,DejaVuSans.ttf
至此,已经恢复中文显示,并且无中文乱码。