linux下Cacti安装与配置二_第1页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、linux下cacti安装与配置二这个试验是nagios和cacti安装与配置的其次个步骤之cacti安装与配置,采纳的试验环境是之前搭建的lamp的环境,这步需要安装无数的辅助套件,cacti就是通过net-snmp举行数据的采集,通过mysql举行模板、主机信息、以及rra信息的存储,通过rrdtool举行数据的存储和绘图,cacti是挺直与管理员交互的平台。 需要安装的套件为 rrdtool、 net-snmp、cacti-spine、cacti 首先套件安装和设置的详细步骤 rootlocalhost ll rrdtool-1.4.5.tar.gz -rw-r-r- 1 root ro

2、ot 1348713 oct 15 2011 rrdtool-1.4.5.tar.gz rootlocalhost tar zxvf rrdtool-1.4.5.tar.gz rootlocalhost rrdtool-1.4.5 ./configure -prefix=/usr/local/rrdtool rootlocalhost rrdtool-1.4.5 make make install rootlocalhost ll net-snmp-.tar.gz -rw-r-r- 1 root root 5937279 oct 15 2011 net-snmp-.

3、tar.gz rootlocalhost tar zxvf net-snmp-.tar.gz rootlocalhost net-snmp- ./configure /写以下两项,其他的采纳系统默认的即可 system contact infoation ():cactiuser system loion (unknown):office_7f rootlocalhost net-snmp- make make install rootlocalhost ll cacti-spine-0.8.7h.tar.gz /cacti的一个加速器 -rw-r-r

4、- 1 root root 623334 oct 15 2011 cacti-spine-0.8.7h.tar.gz rootlocalhost tar zxvf cacti-spine-0.8.7h.tar.gz rootlocalhost cacti-spine-0.8.7h ./configure -prefix=/usr/local/spine rootlocalhost cacti-spine-0.8.7h make make install rootlocalhost cacti-spine-0.8.7h /usr/local/spine/etc/ rootlocalhost et

5、c spine.conf.dist spine.conf rootlocalhost etc vi spine.conf db_host localhost db_database cacti db_user cactiuser db_pass 721wyzj /修改密码 db_port 3306 db_preg 0 rootlocalhost ll cacti-0.8.7h.tar.gz -rw-r-r- 1 root root 2249323 oct 15 2011 cacti-0.8.7h.tar.gz rootlocalhost tar zxvf cacti-0.8.7h.tar.gz

6、 rootlocalhost cacti-0.8.7h /var/www/cacti 接下来举行数据库和用户的设置 rootlocalhost /添加下边的方案任务 */5 * * * * cactiuser /usr/local/bin/php /var/www/cacti/poller.php /dev/null 2 1 rootlocalhost mysql /添加必需的cacti这个数据库 mysql create database cacti; mysql grant all privileges on cacti.* to entifi by 721wyzj mysql flush

7、 privileges; mysql q bye rootlocalhost cacti mysql -p cacti cacti.sql mysql /导入数据库的表 rootlocalhost cacti mysql -p cacti /浮现以下的数据表示导入胜利 mysql show tables; +-+ | tables_in_cacti | +-+ | cdef | . . .| | user_log | | version | +-+ 48 rows in (0.01 sec) rootlocalhost cacti cd . rootlocalhost www -r root.

8、root cacti/ rootlocalhost cacti chown -r cactiuser log/ rra/ /这个是cacti数据交互的地方,cactiuer必需保有写入的权限 rootlocalhost cacti cd ilude/ rootlocalhost include cp config.php config.php.bak rootlocalhost include vi config.php $database_type = mysql $database_default = cacti $database_hostname = localhost $database_username = cactiuser $database_password = 721wyzj /修改的部分 $database_port = 3306 $database_ssl = fae; 最后是windows下操作的部分,在ie地址栏里输入以下内容,安装cacti 92/cacti/inst

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论