怎么在Centos6.8系统中安装cacti?相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。
安装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
看完上述内容,你们掌握怎么在Centos6.8系统中安装cacti的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注编程网行业资讯频道,感谢各位的阅读!