cacti环境基于LAMP,本实验LAMP环境已编译安装成功。若直接yum安装cacti环境会把httpd,mysql,php也yum安装,与我们编译安装的LAMP环境造成冲突,所以本次实验只安装cacti,rrdtool,net-snmp.
安装rrdtool
yum -y install rrdtool
安装net-snmp
yum -y install net-snmp
编辑net-snmp配置文件
vim /etc/snmp/snmpd.conf +55#修改:view systemview included .1.3.6.1.2.1.1#为:view systemview included .1.3.6.1.2.1
service snmp startsnmpwalk -v 1 -c public localhost .1.3.6.1.2.1.1.1.0#得到结果为:SNMPv2-MIB::sysDescr.0 = STRING: Linux cronos 2.4.28 #2 SMP ven jan 14 14:12:01 CET 2005 i686
安装cacti
cd /tmpwget tar -zxvf cacti-0.8.8h.tar.gzcd cacti
新闻热点
疑难解答