背景:
阅读新闻
Linux平台下构建流量和性能检测系统
[日期:2010-08-10] 来源:hi.baidu.com/zgqin0 作者:zgqin0 [字体:]
三. 设置监测数据库
3.1 安装配置Cacti服务器套件 (软件下载目录为/root)
[root@localhost ~]# cd /var/www/html/
[root@localhost html]# [root@localhost html]# tar zxvf /root/Cacti-0.8.7b-cn-utf8.tar.gz
[root@localhost html]# useradd cactiuser
[root@localhost html]# mv cacti-0.8.7b-cn-utf8 cacti
[root@localhost html]# chown -R cactiuser.cactiuser cacti/rra cacti/log //请注意路径
3.2 设置监测数据库
------------------------------------------------------------------------------
[root@localhost html]# MySQL -u root -p
Enter password: //默认密码为空直接回车
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 5.0.22
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database cactidb default character set utf8; //创建数据库并设置字符集
Query OK, 1 row affected (0.19 sec)
mysql> grant all on cactidb.* to cactiuser@localhost identified by '123.com'; //用户授权和访问密码
Query OK, 0 rows affected (0.09 sec)
mysql> quit
Bye
-------------------------------------------------------------------------------
[root@localhost html]# mysql -u cactiuser -p cactidb < cacti/cacti.sql //导入数据表
3.3 调整cacti配置文件
[root@localhost html]# cd /var/www/html/cacti/
[root@localhost cacti]# vim include/config.php
------------------------------------------------------------------------------
/* make sure these values refect your actual database/host/user/password */
$database_type = "mysql"; //数据库类型
$database_default = "cactidb"; //要访问的数据库名
$database_hostname = "localhost"; //数据库服务器地址(IP或主机名)
$database_username = "cactiuser"; //授权访问书籍库的用户
$database_password = "123.com"; //授权密码
$database_port = "3306"; //数据库服务端口
$config['url_path'] = "/"; //指定cacti目录相对于网站根目录的位置
/* Default session name - Session name must contain alpha characters */
#$cacti_session_name = "Cacti";
---------------------------------------------------------------------------------
Ubuntu Server 10.04 下安装 Plone3.3.5
相关资讯 Linux平台
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯