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 none none
改为access notConfigGroup "" any noauth exact all none none
将 #view all included .1 80 前面的 # 注释去掉
service snmpd restart
通过上面的描述,我们知道了CACTI的客户端SNMP设置,希望本文对你们有帮助!
【编辑推荐】
- Cacti配置Threshold(Thold)并e-mail报警
- Cacti配置和安装具体介绍
- 利用cacti监控memcache
- Windows下安装Cacti
- UbuntuLinux系统架设cacti监控服务
- 最简单的cacti中文解决方案