Chinaunix首页 | 论坛 | 博客
  • 博客访问: 90613
  • 博文数量: 16
  • 博客积分: 607
  • 博客等级: 中士
  • 技术积分: 190
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-20 08:43
文章分类

全部博文(16)

文章存档

2011年(6)

2010年(10)

我的朋友

分类: LINUX

2010-12-03 15:31:13

在centos5.5安装snmpd

Yum –y install net-snmp

编辑snmpd的配置文件,更改三处

#vi /etc/snmpd/snmpd.conf

第一处:default 改为监控机的地址

          com2sec notConfigUser  default         public

改为      com2sec notConfigUser  10.211.1.55    public

第二处:systemview改为all

access  notConfigGroup ""  any  noauth exact  systemview none      none

access  notConfigGroup ""  any  noauth exact  all               none      none

第三处:把注释去掉

#view all    included  .1   80

view all    included  .1   80

改完后service snmpd restart
阅读(510) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-12-05 15:16:05

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com