安装snmpd
时间:2010-12-03 来源:superzgc
在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 相关阅读 更多 +