cacti環境基於LAMP,本實驗LAMP環境已編譯安裝成功。若直接yum安裝cacti環境會把httpd,mysql,php也yum安裝,與我們編譯安裝的LAMP環境造成沖突,所以本次實驗只安裝cacti,rrdtool,net-snmp.
安裝rrdtool
yum-yinstallrrdtool
安裝net-snmp
yum-y
install
net-snmp
編輯net-snmp配置文件
vim
/etc/snmp/snmpd
.conf+55
#修改:
viewsystemviewincluded.1.3.6.1.2.1.1
#為:
viewsystemviewincluded.1.3.6.1.2.1
servicesnmpstart
snmpwalk-
v
1-cpubliclocalhost.1.3.6.1.2.1.1.1.0
#得到結果為:
SNMPv2-MIB::sysDescr.0=STRING:Linuxcronos2.4.28
#2SMPvenjan1414:12:01CET2005i686
安裝cacti
cd
/tmp
wget
tar
-zxvfcacti-0.8.8h.
tar
.gz
cd
cacti
http://xxxxxx/Linuxjc/1184795.html TechArticle