系统之家 - 系统光盘下载网站!

当前位置:系统之家 > 系统教程 > Gentoo安装Cacti

Gentoo系统如何安装Cacti工具(2)

时间:2015-03-09 17:02:15 作者:qipeng 来源:系统之家 1. 扫描二维码随时看资讯 2. 请使用手机浏览器访问: https://m.xitongzhijia.net/xtjc/20150309/40498.html 手机查看 评论

  3、建立数据库

  #mysql -u root -p

  mysql》 create database cacti;

  mysql》 grant all on cacti.* to cactiuser@localhost;

  mysql》 set password for cactiuser@localhost=password(‘cactiuser’);

  mysql》 flush privileges;

  mysql》 use cacti;

  mysql》 source /var/www/localhost/htdocs/cacti/cacti.sql

  mysql》 exit

  其中password(‘cactiuser’)中的cactiuser是口令,可以设置成其他字符串。

  cacti.sql一定要是当前版本的。如果是以前创建的cacti库,一定要删了(也许有更好的方法,比如web install时候选升级)重做,否则会出问题。我在安装时曾经因为使用了0.8.7i的库,导致User Managerment中realm permissions找不到Plugin Management。

  4、配置cacti的数据库连接参数

  #vim include/config.php

  $database_type = “mysql”;

  $database_default = “cacti”;

  $database_hostname = “localhost”;

  $database_username = “cactiuser”;

  $database_password = “cactiuser”;

  其中$database_password = 如果在前面为mysql的cactiuser设定的别的口令,这里就要改成前面设定的口令。

  5、配置poller.php的计划任务

  在 ”/etc/crontab”文件中增加一行

  */5 * * * * cactiuser /usr/bin/php /var/www/localhost/htdocs/cacti/poller.php 》 /dev/null 2》&1

  注意这里一定要用cactiuser。有些地方的安装指南说用apache,是错误的,将导致cacti显示图像,但是数据都是NaN。原因是在gentoo中,apache用户在/etc/passwd的shell中定义的是/bin/nologin,所以使用apache用户不会执行任何程序(你切换用户都切换不过去),也就不可能获取任何数据,所以只能得到NaN。

  6、配置本机SNMP服务

  cacti默认会监控本机,配置好本机的SNMP服务可以简单的验证cacti是否安装运行正确。

  我这里的net-analyzer/net-snmp版本是5.7.2,配置过程如下:

  #cd /etc/snmp

  #cp snmpd.conf.exsample snmpd.conf

  #vim snmpd.conf

  修改

  agentAddress udp:127.0.0.1:161

  为

  agentAddress udp:161

  在

  view systemonly included .1.3.6.1.2.1.25.1

  后面增加一行

  view systemonly included .1

  安装完成。通过浏览器访问https://localhost/cacti

  用户名和口令都是admin

  上面就是Gentoo安装Cacti的方法介绍了,在安装Cacti的时候需要先配置PHP,然后设置权限,建立数据库等,从而实现Cacti的安装。

标签 Gentoo

发表评论

0

没有更多评论了

评论就这些咯,让大家也知道你的独特见解

立即评论

以上留言仅代表用户个人观点,不代表系统之家立场

其他版本软件

热门教程

人气教程排行

Linux系统推荐

扫码关注
扫码关注

扫码关注 官方交流群 软件收录