zabbix Chinese block solution

zabbix Chinese block solution
Since there is no Chinese font library on the web side of zabbix, we need to add the Chinese font library;
the solution:
download the Chinese font:

wget http://down1.chinaunix.net/distfiles/ttf-arphic-uming_0.0.20050501-1.tar.gz
tar xf /root/ttf-arphic-uming_0.0.20050501-1.tar.gz
cd /usr/local/apache/htdocs/zabbix/fonts  ## 注意此处为zabbix web文件所在路径
mv DejaVuSans.ttf /root/        ## 备份原有字体文件
cp /root/ttf-arphic-uming_0.0.20050501/uming.ttf  ./DejaVusans.ttf # 将下载的字体替换到此处;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326217773&siteId=291194637