Chinaunix首页 | 论坛 | 博客
  • 博客访问: 23616
  • 博文数量: 10
  • 博客积分: 243
  • 博客等级: 二等列兵
  • 技术积分: 70
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-07 15:33
文章分类

全部博文(10)

文章存档

2013年(1)

2012年(4)

2011年(5)

我的朋友

分类: LINUX

2011-09-06 12:33:36

原文出处: http://hi.baidu.com/shengit/blog/item/d66668940478f2017bf4800b.html
cacti 监控 linux服务器

1. 被监控端安装 snmp
yum -y install net-snmp net-snmp-devel

2. 被监控端安装配置 snmp (3步)
vi /etc/snmp/snmpd.conf

com2sec notConfigUser default       public
改为 ( cacti主机IP地址 )
com2sec notConfigUser 192.168.0.195       public

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

然后开启 snmp
service snmpd start
chkconfig snmpd on


阅读(330) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~