码迷,mamicode.com
首页 > 其他好文 > 详细

cacti客户端snmp设置

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

标签:style   tar   color   com   get   文件   

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设置

标签:style   tar   color   com   get   文件   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!