图标数据,下⾯的⼩⽩框表示乱码含义,是因为我们改了zabbix的语⾔为中⽂,服务器需要安装字体
[root@tech_linux3 ~]# yum -y install wqy-microhei-fonts
[root@tech_linux3 ~]# \cp /usr/share/fonts/wqy-microhei/wqy-microhei.ttc /usr/share/fonts/dejavu/DejaVuSans.ttf
# \cp 是执行原生的cp命令,而不是别名。cp命令是cp -i的别名