背景:
阅读新闻
Linux系统监控利器Cacti安装和使用(图文详解)
[日期:2011-11-08] 来源:Linux社区 作者:peaceweb [字体:]
Linux系统监控利器Cacti安装和使用(图文详解):
LAMP:环境(yum安装)
yum -y install httpd httpd-manual mysql mysql-server php php-mysql php-common php-pdo php-gd
启动服务
service httpd start
chkconfig httpd on
service mysqld start
chkconfig mysqld on
安装snmp
yum -y install net-snmp*
service snmpd start
安装rrdtool
cd /work/
tar -zxvf rrdtool-1.2.27.tar.gz -C /usr/src/
/usr/src/rrdtool-1.2.27/
./configure --prefix=/usr/local/
make && make install
安装cacti
[root@localhost html]# mv cacti-0.8.7b-cn-utf8/ cacti
[root@localhost html]# useradd cactiuser
[root@localhost html]# chown -R cactiuser:cactiuser cacti/rra cacti/log
连接数据库
[root@localhost html]# mysqladmin -u root password '123456'
[root@localhost html]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.0.77 Source distribution
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.00 sec)
mysql> grant all on cactidb.* to cactiuser@localhost identified by 'pwd@123';
Query OK, 0 rows affected (0.00 sec)
mysql> quit
Bye
[root@localhost html]# mysql -u cactiuser -p cactidb < cacti/cacti.sql
Enter password:
相关资讯 CACTI
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯