我使用的虚拟机安装的centos6.5作为实验环境,安装cacti-0.8.8c,安装路径为“/var/www/html/cacti”,今天就来说说插件realtime插件的安装。
下载realtime插件
wget http://docs.cacti.net/_media/plugin:realtime-v0.5-2.tgz
解压并放置到cacti的plugins目录:
tar zxvf realtime-v0.5-2.tgz
mv realtime /var/www/html/cacti/plugins/
chown -R apache.apache /var/www/html/cacti/plugins/realtime
新建缓存目录:
mkdir -pv /var/www/html/cacti/cache
chmod -R 777 /var/www/html/cacti/cache
配置和启用插件:
登录cacti
【console】->【Plugin Management】,找到realtime安装并启用。
【console】->【Settings】->【Misc】,将Cache Directory值设置成“/var/www/html/cacti/cache”。
原文地址:http://1163109.blog.51cto.com/1153109/1600435