您的位置:首页 > 其它

给cacti安装基础插件

2010-04-08 17:22 330 查看
1. 扩展插件支持
[root@cacti srv]#cp pa.sql cacti-plugin-0.8.7d-PA-v2.4-cn-utf8.diff /usr/local/apache/htdocs/cacti
[root@cacti cacti-0.8.7d-cn-utf8]# cd /usr/local/apache/htdocs/cacti
[root@cacti cacti]# mysql -ucacti -pcacti cacti <pa.sql
[root@cacti cacti]# patch -p1 -N <cacti-plugin-0.8.7d-PA-v2.4-cn-utf8.diff
[root@cacti cacti]# cd plugins
[root@cacti plugins]# pwd
/usr/local/apache/htdocs/cacti/plugins
[root@cacti plugins]#cd ../include
[root@cacti include]# cp global.php global.php.bak
[root@cacti include]# vi config.php(更改如下)






2. 安装thod
[root@cacti srv]# tar zvxf thold-0.3.9.tar.gz
[root@cacti srv]# mv thold /usr/local/apache/htdocs/cacti/plugins
[root@cacti srv]# cd /usr/local/apache/htdocs/cacti/plugins/thold/
[root@cacti thold]# mysql -ucacti -pcacti cacti <thold.sql
[root@cacti thold]# vi ../../include/global.php(更改如下)





内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: