CACTI的客户端SNMP设置如下!
CACTI的客户端SNMP设置(被监控端):
1.ubuntu:
apt-get install snmp snmpd
vim /etc/default/snmpd //将此配置文件中127.0.0.1 删掉。
/etc/init.d/snmpd restart
2.redhat/centos
安装net-snmp net-snmp-utils
vi /etc/snmp/snmpd.conf
更改 com2sec notConfigUser default public
改为 com2sec notConfigUser 监控端IP public
更改access notConfigGroup "" any noauth exact systemview nonenone
改为access notConfigGroup "" any noauth exact all none none
将 #view all included .1 80 前面的 # 注释去掉
service snmpd restart
记得关闭防火墙或者添加规则。