1.打開cacti的配置檔案
# vim /usr/local/webserver/cacti/lib/functions.php
在檔案後尾倒數第二行添加以下内容:
setlocale(LC_CTYPE,"zh_CN.UTF-8");
2.檢視系統是否帶有中文字型包
# ls /usr/share/fonts/chinese
如沒有則安裝
# yum -y install fonts-chinese
3.設定cacti使用中文字型調用rrdtool
在cacti的WEB界面選擇:Console -> Settings -> Paths 标簽中的:
RRDTool Default Font Path: /usr/share/fonts/chinese/TrueType/ukai.ttf
本文轉自leonardos51CTO部落格,原文連結:http://blog.51cto.com/leomars/1845094 ,如需轉載請自行聯系原作者