1: 刚部署完zabbix后的正常状态,左下角标注的位置是中文乱码。
2:中文乱码问题
3:找到windows控制面板复制其中的字体文件,黑体为佳:simhei.ttf
4:服务器搜索zabbix的fonts目录
[root@hlying fonts]# find / -name fonts
/app/jdk1.8.0_291/jre/lib/fonts
/boot/grub2/fonts
/etc/fonts
/usr/share/fonts
/usr/share/httpd/noindex/css/fonts
/usr/share/zabbix/assets/fonts
/mnt/dvd/EFI/BOOT/fonts
/mnt/cdrom/EFI/BOOT/fonts
[root@hlying fonts]# cd /usr/share/zabbix/assets/fonts/
[root@hlying fonts]# ls
graphfont.tt
5:将本机自己选好的字体上传
[root@hlying fonts]# ls
graphfont.ttf simhei.ttf
6: 将原有的文件进行移动重命名备份,将上传的字体改为跟原有文件名一样,并重启服务
[root@hlying fonts]# mv graphfont.ttf graphfont.ttf.bak
[root@hlying fonts]# mv simhei.ttf graphfont.ttf
[root@hlying fonts]# systemctl restart zabbix-server.service
[root@hlying fonts]# ls
graphfont.ttf graphfont.ttf.bak
7: 刷新zabbix的web页面可以看到正常了
zabbix监控配置详程
zabbix邮件报警
KVM虚拟机的安装\扩容\迁移\克隆\配置
nginx
,