文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>cacti客户端设置

cacti客户端设置

时间:2009-04-25  来源:lx03

SNMP服务器端配置文件修改如下/etc/snmp/snmpd.conf:
41 #com2sec notConfigUser  default       public

42 com2sec notConfigUser  127.0.0.1       public(本机)

43 com2sec notConfigUser  192.168.80.2      public(本机)

44 com2sec notConfigUser  192.168.2.2      public(要监控的客户端,如果有多个写多行即可)

 

65 #access  notConfigGroup ""    any    noauth    exact  systemview  none    none

66 access  notConfigGroup ""     any   noauth    exact    all         none    none

 #view all    included  .1                               80

90 view all    included  .1                               80

 

SNMP客户端端配置文件修改如下/etc/snmp/snmpd.conf:
41 #com2sec notConfigUser  default       public

42 com2sec notConfigUser  192.168.2.1      public(指明服务器的ip地址为192.168.2.1)

64 #access  notConfigGroup ""    any    noauth    exact  systemview  none    none

65 access  notConfigGroup ""     any   noauth    exact    all         none    none

88 #view all    included  .1                               80

89 view all    included  .1                               80

启动服务端和客户端:service snmpd restart。

相关阅读 更多 +
排行榜 更多 +
利星行服务

利星行服务

购物比价 下载
最后一夜

最后一夜

角色扮演 下载
财会学堂

财会学堂

学习教育 下载