解决 zabbix 5 中文乱码(CentOS7)

  • 备份原字体
# cd /usr/share/zabbix/assets/fonts/

# ls -l
total 0
lrwxrwxrwx 1 root root 33 Aug 16  2023 graphfont.ttf -> /etc/alternatives/zabbix-web-font

# mv graphfont.ttf  graphfont.ttf.ori

  • 上传中文字体文件到 /usr/share/zabbix/assets/fonts/

如果不是yum安装,就cd 到 zabbix目录,find 字体文件

cd /XXX/zabbix/
find ./ -name '*.ttf'
  • 创建软链接
# ln -sf FangSong.ttf graphfont.ttf
# ls -l
total 10332
-rw-r--r-- 1 root root 10578152 Nov  3  2022 FangSong.ttf
lrwxrwxrwx 1 root root       12 Dec 16 11:48 graphfont.ttf -> FangSong.ttf
lrwxrwxrwx 1 root root       33 Dec 16 11:48 graphfont.ttf.ori -> /etc/alternatives/zabbix-web-font
  • 刷新网页
posted @ 2024-12-16 12:00  M1927  阅读(57)  评论(0)    收藏  举报