博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cacti-0.8.7g的安装
阅读量:7251 次
发布时间:2019-06-29

本文共 737 字,大约阅读时间需要 2 分钟。

 安装cacti,完后总是显示error,无法open rra,版本是cacti-0.8.8a,rrdtool1.4.7

在rrd目录下没有文件产生,试过调试,可是不行

接着想换版本,cacti换成cacti-0.8.7g,rrdtool1.4.5,在http://ip/cacti选择php和rrdtool路径时候要注意,上面error这个错误很有可能是我选择路径的时候选择错了,接着安装插件

cat cacti/include/config.php

 

/* load up old style plugins here */

$plugins = array();

#$plugins[] = 'thold';


/*

   Edit this to point to the default URL of your Cacti install

   ex: if your cacti install as at http://serverip/cacti/ this

   would be set to /cacti/

*/

$url_path = "/cacti/";

最后chmod 777 cacti/rrd -R,chmod 777 cacti/log -R,不过注意scripts,poller.php,cmd.php这几个的权限,有问题的话,最好手动执行一下,终于出图了

调试命令 /usr/local/php/bin/php -q /var/www/html/cacti/poller.php --force --debug

 

本文转自 liqius 51CTO博客,原文链接:http://blog.51cto.com/szgb17/1111061,如需转载请自行联系原作者

你可能感兴趣的文章
使用ZooKeeper ACL特性进行znode控制
查看>>
struts2 跳转类型介绍 result type=chain、dispatcher、redirect(redirect-action)
查看>>
宜春之行
查看>>
我的友情链接
查看>>
Exchange2010 dag 的缷载
查看>>
2011/11/14 1:52 坚持就会胜利
查看>>
oracle概念和术语 建表时的一些参数pctfree initrans maxtrans sto
查看>>
我的友情链接
查看>>
转ApplicationContext的三种实现方式以及在web.xml配置的两种方式
查看>>
【我的软考之路】我的网工备考之路~
查看>>
mysql5.7.10安装
查看>>
IP数据包的分片与重组过程
查看>>
命好不如习惯好
查看>>
/etc/X11/xorg.conf 文件被误改后进不了图形化界面
查看>>
Android 通过反射及AIDL获取双卡手机SIM卡相关信息,及注册监听
查看>>
shell批量新建文件及批量改名
查看>>
APP适配安卓手机刘海屏
查看>>
bind10 新版本发布(版本号bind10-devel-20120816)
查看>>
junit 参数化测试
查看>>
分区表维护
查看>>