Zabbix Web界面中文汉化

要想达到上图的效果,第一步先查看 /usr/share/zabbix/assets/fonts/

[root@service yum.repos.d]# ll /usr/share/zabbix/assets/fonts/
总用量 0
lrwxrwxrwx. 1 root root 33  3月 23 16:58 graphfont.ttf -> /etc/alternatives/zabbix-web-font

继续查看graphfont.ttf指向的目录:

[root@service yum.repos.d]# ll /etc/alternatives/zabbix-web-font
lrwxrwxrwx. 1 root root 49  3月 23 16:58 /etc/alternatives/zabbix-web-font -> /usr/share/fonts/dejavu-sans-fonts/DejaVuSans.ttf

切换到/usr/share/fonts/dejavu-sans-fonts/目录下:

[root@service ~]# cd /usr/share/fonts/
[root@service fonts]# cd dejavu-sans-fonts
[root@service dejavu-sans-fonts]# rz -E
rz waiting to receive.
[root@service dejavu-sans-fonts]# ll
总用量 17228
-rw-r--r--. 1 root root   643288  7月 30  2016 DejaVuSans-BoldOblique.ttf
-rw-r--r--. 1 root root   705684  7月 30  2016 DejaVuSans-Bold.ttf
-rw-r--r--. 1 root root   641696  7月 30  2016 DejaVuSansCondensed-BoldOblique.ttf
-rw-r--r--. 1 root root   703880  7月 30  2016 DejaVuSansCondensed-Bold.ttf
-rw-r--r--. 1 root root   633824  7月 30  2016 DejaVuSansCondensed-Oblique.ttf
-rw-r--r--. 1 root root   755124  7月 30  2016 DejaVuSansCondensed.ttf
-rw-r--r--. 1 root root   356756  7月 30  2016 DejaVuSans-ExtraLight.ttf
-rw-r--r--. 1 root root   635412  7月 30  2016 DejaVuSans-Oblique.ttf
-rw-r--r--. 1 root root   757076  7月 30  2016 DejaVuSans.ttf
-rw-r--r--. 1 root root 11787328  5月  6  2022 simkai.ttf

找到windows主机,C盘下的windows目录

 

 找的fonts目录

随便挑选一个你喜欢的字体 

 

使用文件传输工具lrzsz传输到Linux主机上 ,执行如下命令

[root@service dejavu-sans-fonts]# mv DejaVuSans.ttf{,.bak}
[root@service dejavu-sans-fonts]# mv simkai.ttf DejaVuSans.ttf

返回zabbix web界面刷新就可将乱码修改为中文字体

相关推荐

  1. BuddyPress 中文汉化包,WordPress插件

    2024-03-24 12:14:01       16 阅读
  2. bbPress 中文汉化包,WordPress插件

    2024-03-24 12:14:01       12 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-03-24 12:14:01       19 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-24 12:14:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-24 12:14:01       20 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-24 12:14:01       20 阅读

热门阅读

  1. 第二十八章:Docker自动化部署脚本

    2024-03-24 12:14:01       13 阅读
  2. CloudCompare 二次开发(30)——均匀采样

    2024-03-24 12:14:01       22 阅读
  3. Web 中的 3D 游戏

    2024-03-24 12:14:01       18 阅读
  4. 云扩展要求(云租户)

    2024-03-24 12:14:01       18 阅读
  5. Redis 教程系列之Redis 配置(三)

    2024-03-24 12:14:01       22 阅读
  6. ubuntu安装可调试的ffmpeg

    2024-03-24 12:14:01       16 阅读