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即可以解决。
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。
注:
红色框标示出来的地方,请按图中所示选择。