首页 > 其他 > 详细

cacti客户端snmp设置

时间:2014-06-27 20:13:07      阅读:367      评论:0      收藏:0      [点我收藏+]

1. ubuntu :

apt-get install snmp snmpd

vim /etc/default/snmpd  //将此配置文件中127.0.0.1 删掉。

/etc/init.d/snmpd restart

--------------------------------------------------------

2. redhat/centos

yum install -y net-snmp net-snmp-utils

查看已安装的版本 snmpd -v 

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 ------>端口:161

cacti客户端snmp设置,布布扣,bubuko.com

cacti客户端snmp设置

原文:http://www.cnblogs.com/wjoyxt/p/3809543.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!