开源监控解决方案:Cacti部署实录

[[email protected] ~]# rpm -ivh epel-release-6-8.noarch.rpm 
[[email protected] ~]# rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
[[email protected] ~]# yum install -y httpd php php-mysql php-gd libjpeg libjpeg-devel libpng libpng-devel 
[[email protected] ~]# yum install -y net-snmp net-snmp-utils net-snmp-devel help2man rrdtool cacti


[[email protected] ~]# rpm -ivh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
[[email protected] ~]# yum install -y mysql-community-server 

[[email protected] ~]# vi /etc/my.cnf
[mysqld]
port = 3306
user = mysql
character-set-server=utf8
explicit_defaults_for_timestamp
sql_mode = NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
open-files-limit = 65535
 
max_connections = 500
max_connect_errors = 10000
 
key_buffer_size = 256M
max_allowed_packet = 16M
 
read_buffer_size = 1M
read_rnd_buffer_size = 1M
sort_buffer_size = 1M
join_buffer_size = 1M
 
tmp_table_size = 256M
max_heap_table_size = 256M
 
table_open_cache = 512
thread_cache_size = 64
 
slow_query_log = 1
long_query_time = 5
log-queries-not-using-indexes
 
log_bin = mysql-bin
binlog_format = row
sync_binlog = 1
binlog_cache_size = 16M
max_binlog_cache_size = 32M
max_binlog_size = 512M
expire_logs_days = 7
 
relay_log = relay-bin
relay_log_recovery = 1
 
master_info_repository = table
relay_log_info_repository = table
 
innodb_buffer_pool_size = 2G
innodb_buffer_pool_instances = 2
innodb_log_file_size = 128M
innodb_log_files_in_group = 3
innodb_log_buffer_size = 16M
innodb_undo_logs= 128
innodb_undo_tablespaces = 3
innodb_file_format = Barracuda
innodb_strict_mode = 1
innodb_data_file_path = ibdata1:1024M:autoextend
 
[mysqldump]
quick
max_allowed_packet = 16M
 
[mysql]
no-auto-rehash
default-character-set = utf8
 
[client]
default-character-set = utf8

[[email protected] ~]# service mysqld start
[[email protected] ~]# mysql_secure_installation

[[email protected] ~]# vim /etc/httpd/conf/httpd.conf
ServerName 192.168.1.201:80

[[email protected] ~]# vim /etc/php.ini
date.timezone = Asia/Shanghai
[[email protected] ~]# vim /etc/httpd/conf.d/cacti.conf
Alias /cacti    /usr/share/cacti
<Directory /usr/share/cacti/>
        <IfModule mod_authz_core.c>
                # httpd 2.4
                Require host localhost
        </IfModule>
        <IfModule !mod_authz_core.c>
                # httpd 2.2
                Order deny,allow
                Deny from all
                Allow from all
        </IfModule>
</Directory>

[[email protected] ~]# /etc/init.d/httpd start
Starting httpd:                                            [  OK  ]


[[email protected] ~]# mysql -uroot -pabcd.1234
mysql> create database cacti default character set utf8;
Query OK, 1 row affected (0.26 sec)

mysql> grant all on cacti.* to 'cacti'@'localhost' identified by 'cacti';
Query OK, 0 rows affected (0.09 sec)

mysql> grant select on mysql.time_zone_name to 'cacti'@'localhost';
Query OK, 0 rows affected (0.09 sec)

[[email protected] ~]# mysql -uroot -p cacti < /usr/share/doc/cacti-1.1.19/cacti.sql

[[email protected] ~]# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql

[[email protected] ~]# vi /usr/share/cacti/include/config.php
$database_type     = 'mysql';
$database_default  = 'cacti';
$database_hostname = 'localhost';
$database_username = 'cacti';
$database_password = 'cacti';
$database_port     = '3306';
$database_ssl      = false;

[[email protected] ~]# tar zxvf cacti-spine-1.1.19.tar.gz
[[email protected] ~]# cd cacti-spine-1.1.19
[[email protected] cacti-spine-1.1.19]# ./configure
[[email protected] cacti-spine-1.1.19]# make & make instal

[[email protected] ~]# cd /usr/local/spine/etc
[[email protected] etc]# mv spine.conf.dist spine.conf
[[email protected] etc]# vim spine.conf 
DB_Host                 localhost
DB_Database             cacti
DB_User                 cacti
DB_Pass                 cacti
DB_Port                 3306

RDB_Host                localhost
RDB_Database            cacti
RDB_User                cacti
RDB_Pass                cacti
RDB_Port                3306
[[email protected] ~]# crontab -e
*/5 * * * * /usr/bin/php /usr/share/cacti/poller.php






原文地址:http://blog.51cto.com/13598811/2103132

时间: 2024-10-14 12:45:38

开源监控解决方案:Cacti部署实录的相关文章

开源监控解决方案:ZABBIX部署实录

安装 Apache HTTP Server  [[email protected] ~]# groupadd apache [[email protected] ~]# useradd apache -g apache -s /bin/nologin [[email protected] ~]# tar zxvf apr-1.6.3.tar.gz  [[email protected] ~]# cd apr-1.6.3 [[email protected] apr-1.6.3]# ./confi

开源监控解决方案:Observium部署实录

[[email protected] ~]# rpm -ivh https://mirror.webtatic.com/yum/el6/latest.rpm [[email protected] ~]# rpm -ivh epel-release-6-8.noarch.rpm  [[email protected] ~]# rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm [[email protected] ~]# rpm -ivh htt

开源监控解决方案:Icinga(Nagios)部署实录

[[email protected] ~]# rpm -ivh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm [[email protected] ~]# yum install -y mysql-community-server [[email protected] ~]# vi /etc/my.cnf [mysqld] port = 3306 user = mysql character-set-server=u

开源监控解决方案Nagios+Cacti+PNP4Nagios+NConf+NDOUtils+Nagvis(一)介绍

以nagios为核心.伴以多款开源软件来进行的整合部署,从而实现监控信息图形化.web页面定义监控配置.监控信息存储.图形化监控主机和服务等一系列功能的解决方案. pnp4nagios是基于RRD轮循(环状)数据库中所提供的综合信息,以可视化图形的方式呈现给用户的一款nagios插件:nconf是基于PHP使用户通过web页面实现对nagios各项属性进行配置,诸如模板定义.添加修改监控的主机/服务等操作:ndoutils可以导出nagios通过SNMP捕获到的当前和历史数据并存储到MySQL数

开源监控解决方案Nagios+Cacti+PNP4Nagios+NConf+NDOUtils+Nagvis(七)nagios+cacti整合

nagios和cacti的安装请参考之前的文章安装,这里介绍二者如何整合在一起. ndoutils将nagios的监控数据写入数据库 cacti则将ndoutil插件写入数据库的数据展示在页面上,因为数据写入数据库会因为各种因素延时,所以有时候nagios自身的页面有的监控项已经告警,但是cacti页面可能还是正常状态. 所以这套方案的核心还是nagios,所有监控和故障通知都由nagios完成,cacti只是担任web管理页面. 1.修改数据库结构 mysql> use nagios; mys

开源监控解决方案Nagios+Cacti+PNP4Nagios+NConf+NDOUtils+Nagvis(五)cacti安装

1.安装LAMP环境这里就不做介绍,网上一堆的相关文档,还有很多牛人写的自动化安装脚本 2.安装rrdtoolyum install cairo-devel libxml2-devel pango pango-devel rrdtool –y 3.安装SNMP操作系统一般自带SNMP,如果没有即安装 yum -y install net-snmp net-snmp-libs net-snmp-utils 4.安装Cacti (1)下载Cacti#wget http://www.cacti.net

开源监控解决方案Nagios+Cacti+PNP4Nagios+NConf+NDOUtils+Nagvis(三)pnp4nagios安装

官网地址:https://docs.pnp4nagios.org/ 前面的文章已经说过,pnp4nagios的Broker模式不支持nagios4x,这里采用Bulk Mode模式 1.RRDtool的安装,这里使用的是yum安装#yum install -y rrdtool* 2.pnp4nagios安装#tar -zxvf pnp4nagios-0.6.25.tar.gz#cd pnp4nagios-0.6.25#./configure --with-rrdtool=/usr/bin/rrd

开源监控解决方案Nagios+Cacti+PNP4Nagios+NConf+NDOUtils+Nagvis(八)nconf安装

nconf提供WEB界面,管理nagios配置,其将nagios配置文件放入数据库,用户做相应修改后点击生成配置文件,Nconf会从数据库中将配置写入配置文件.所以最后nagios的配置还是以文件的形式存在,这是相对与nagioSQL本人比较喜欢Nconf的原因,其次Nconf还提供了静态文件的修改页面. 一.初始化数据库mysql> create database nconf default character set utf8;mysql> grant all privileges on

监控之cacti部署和原理

Cacti是一套基于PHP,MySQL,SNMP及RRDTool开发的网络流量监测图形分析工具. cacti是用php语言实现的一个软件,它的主要功能是用snmp服务获取数据,然后用rrdtool储存和更新数据,当用户需要查看数据的时候用rrdtool生成图表呈现给用户.因此,snmp和rrdtool是cacti的关键.Snmp关系着数据的收集,rrdtool关系着数据存储和图表的生成. 安装cacti,装包解决依赖性 yum install httpd -ytar zxf cacti-0.8.