基於CentOS下Cacti的troubleshooting

1.若是在安裝rrdtool時出現下面的warning:
[root@localhost ~]# rpm -ivh rrdtool-1.3.4-2.fc9.i386.rpm
warning: rrdtool-1.3.4-2.fc9.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6df2196f
error: Failed dependencies:
        dejavu-lgc-fonts is needed by rrdtool-1.3.4-2.fc9.i386
解決辦法:運行yum -y install dejavu-lgc-fonts即可以解決。
2.若是在ie中輸入http://"cacti server ip address"/cacti"並無任何顯示,且輸入http://"cacti server ip address"也沒有任何反應時, 執行下面四條命令:
    iptables -F
    iptables -X
    iptables -Z
    server iptables save
再測試http://"cacti server ip address",若是有網頁顯示。請測試http://"cacti server ip address"/cacti",若是仍然沒有反應,請查看/etc/httpd/conf.d/cacti.conf,看其Directory的目錄設置。若是目錄設置爲<Directory /var/www/cacti/>,則將/etc/httpd/conf/httpd.conf 中DocumentRoot修改成"/var/www"。
3.若是打開的網頁有以下提示:
 
 
則需將/etc/httpd/conf.d/cacti.conf中的 allow from行修改成:
allow from all。
注:
 
紅色框標示出來的地方,請按圖中所示選擇。
相關文章
相關標籤/搜索