Install cacti on centos 6. Before installing cacti, first we need to setup apache with php, mysql and SNMP services. you can also refer this post (Installing Apache2 , Mysql server and PHP on Centos 6 (LAMP)) for complete LAMP setup. Install apache, php and mysql 注意: 新版本Cacti要求...
1、选择“Install CactiEZ 10.1 x86_64”,开始安装CactiEZ 中文版V10.1 2、用TAB键切换到“skip”,按回车选择跳过测试,直接安装。 3、点击回车reboot,重启电脑,完成安装。 四、配置CactiEZ 1、默认用户名:root,密码:CactiEZ 2、配置网络环境:vim /etc/sysconfig/network-scripts/ifcfg-eth0 4、输入命令service ...
点击"Plugin Management": 先点"Install"再点"Enable"当你看到: graphs和monitor中间多了一个thold的时候,就成功启用thold了。现在再点击"monitor"也不报错了。 配置monintor的话,找到"Console"->"Settings"->"Misc": 这里不想法每项是干啥的了,因为你总要有一个熟悉的过程嘛。 想添加被监视的设置话,在新建...
1 安装mysql1.添加yum源:输入命令:wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm下载完成后,输入命令:rpm -ivhmysql-community-release-el7-5.noarch.rpm2.更新缓存输入命令:yum makecache3.安装输入命令:yum -y install mysql-server 2 安装apache和php输入命令:yum -y install ...
方法/步骤 1 一、相关软件的安装多数使用yum即可安装:yum install httpd* ---安装Web服务器Apache相关服务yum install php* ---安装PHP相关服务yum install mariadb* ---安装MariaDB数据库相关服务yum install net-snmp* ---安装SNMP相关服务yum install rrdtoolrrdtool-devel rrdtool-php rrdtool-perl ---安装rr...
cd /cacti-install tar -zxvf httpd* cd httpd* ./configure --prefix=/www -enable-so make make install ---以上就是一般的tarball方式安裝--- cd /www/bin cp apachectl /etc/init.d/httpd cd /etc/rc3.d/ ln -s ../init.d/httpd S85httpd ln -s ....
点击New Install,然后点下一步之后这里需要输入rrdtool、php、snmpwalk、snmpget、cactid的位置,请依照上面的安装路径进行设置。 PHP Binary Path: c:/php/php.exe RRDTool Binary Path: c:/cacti/rrdtool.exe SNMPGET, SNMPWALK, SNMPBULKWALK, SNMPGETNEXT Paths: ...
4、 http://www.centos.bz/2012/01/cacti-install-tutorials/ 注释掉132行 问题㈡: 如果点击出现You are running MySQL in Strict Mode,which is not supported by Thold 就需要修改sql模式一般在安装好MYSQL之后就修改最好,因为你装好CACTI再来修改你的数据库就会出问题 mysql> SET @@GLOBAL.sql_mode="NO_...
1一般情况,首先是解压缩,然后阅读文件中的READE或这是INSTALL文件 然后根据安装的要求进行安装 安装时只需把解压后的插件文件,复制到cacti的家目录下面的plugins目录下面即可 #mvmonitor/var/www/html/cacti/plugins #mysql-uroot-pcactidb<monitor.sql #mvthold/var/www/html/cacti/plugins ...
yum -y install php-snmp net-snmp net-snmp-libs net-snmp-utils rrdtool 3、配置snmpd,监控机和被监控机都要配置。PS:用新版的源码包安装,他的配置文件不一样,可以用我们yum的旧一点包的配置文件搞过去。 原配置: com2secnotConfigUser default public ...