cacti 被监控机器snmp 配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cacti 被监控机器snmp 配置相关的知识,希望对你有一定的参考价值。

被监控服务器 需要查看网卡流量, 磁盘空间等信息。修改如下。


vi /etc/snmp/snmpd.conf

 

1、找到com2sec notConfigUser  default       public 
改为:com2sec notConfigUser   192.168.1.1(改成监控服务器的ip)       public 

 

2、找到access  notConfigGroup ""      any       noauth    exact  systemview  none none 
改 为:access  notConfigGroup ""      any       noauth    exact  all  none  none 

 

3、找到#view all    included  .1         80 
将前面的 # 注释 去掉。

 

#以下为访问项目,如果想监控磁盘空间,load等需把注释去掉

#编译安装默认已去掉,自带安装的需手动把注释去掉

#  Make sure mountd is running

proc mountd #去掉前面的"#"

#  Make sure there are no more than 4 ntalkds running, but 0 is oktoo.

proc ntalkd 4

#  Make sure at least one sendmail, but less than or equal to 10 arerunning.

proc sendmail 10 1

# Check the / partition and make sure it contains at least 10 megs.

disk / 10000

# Check for loads:

load 12 14 14


以上是关于cacti 被监控机器snmp 配置的主要内容,如果未能解决你的问题,请参考以下文章

在centos下 安装cacti 远程监控 snmp 老是配置不正确,哪位好心人有成功案例呢?

Cacti监控服务器配置

CACTI监控

Cacti监控ESXI主机步骤详解

如何在CentOS系统中安装配置SNMP服务

在Cacti添加resin jvm监控