Cacti添加主机

Posted

tags:

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


用户名:root              密码:CactiEZ


yum groupinstall "Development Tools"
yum groupinstall "Compatibility Libraries"

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

被监控端安装配置snmp
vim /etc/snmp/snmpd.conf

com2sec notConfigUser default public
改为 ( cacti主机IP地址 )
com2sec notConfigUser 192.168.0.64 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
service snmpd reload
service snmpd restart

设置snmpd开机启动
chkconfig snmpd on

技术分享

cacti服务端测试被监控端
snmpwalk -c public -v 2c 192.168.0.64

若检测不成
vi /etc/snmp/snmpd.conf
最后配置如下:
syslocation Server Room
syscontact Sysadmin ([email protected])
rocommunity public 127.0.0.1
agentaddress 161
rocommunity public
rwcommunity private
trapsink 192.168.0.150 public 162 --> 这里的ip=192.168.0.150为被监控主机ip
然后,再执行第二步操作即可。


添加windows需要注意的地方(接受任何主机的snmp数据包)

技术分享

以上是关于Cacti添加主机的主要内容,如果未能解决你的问题,请参考以下文章

Centos 6.7 安张nagios和cacti 并添加监控主机

cacti批量添加主机流量图

Cacti生成单接口流量图像

cacti监控linux主机时iptables阻碍了udp161端口造成无法监控解

安装配置cacti

cacti监控windows简单笔记!