首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

cacti被监控主机-ubuntu、centos、redhat之装配net-snmp

2012-09-10 
cacti被监控主机-ubuntu、centos、redhat之安装net-snmpredhat、centos:yum install net-snmp-utils net-snmp

cacti被监控主机-ubuntu、centos、redhat之安装net-snmp

redhat、centos:yum install net-snmp-utils net-snmp-libs net-snmpservice snmpd status/restart
ubuntu:

直接用

apt-get install snmpd

这个只是安装snmpd程序,那些snmpwalk还没有装上去

执行

apt-get install snmp

,可以全部装完

然后修改/etc/snmp/snmpd.conf文件

(find / -name "snmpd.conf"可以查找文件)

?

对了,有的人通过上面这个find命令找到多个snmpd.conf文件,没关系,全部可以覆盖的,我博客其他博文有snmpd.conf的配置文件,可以直接盖了

?

热点排行