红联Linux门户
Linux帮助

RHEL6.4中使用Cacti+Spine监控远程主机

发布时间:2015-05-01 10:57:29来源:linux网站作者:ty1992

cacti-spine监控远程主机

Remote host:
yum install net-snmp-utils net-snmp
vim /etc/snmp/snmpd.conf //编辑可以参看主监控主机
/etc/init.d/snmpd start
snmpwalk -v 1 -c public localhost IP-MIB::ipAdEntIfIndex //测试snmp是否配置成功

Monitor host:
snmpwalk -v 1 -c public 192.168.1.3 IP-MIB::ipAdEntIfIndex //在主控机上测试能否检测到远程监控主机的信息,若能,就开始设置cacti


1、Devices->Add添加需要监控的远程主机信息

RHEL6.4中使用Cacti+Spine监控远程主机

保存;


2、点击右上角Create Graphs for this Host,为其创建图形

RHEL6.4中使用Cacti+Spine监控远程主机

有时Get Monitored Partitions可能没有信息,此时应该在主控机上执行snmpwalk命令获取远程监控主机信息
snmpwalk -v 1 192.168.1.3 -c public .1.3.6.1.4.1.2021.9


3、添加进Graph Trees

RHEL6.4中使用Cacti+Spine监控远程主机

现在就可以graphs中查看远程监控机的信息了。


相关文章:
Ubuntu下安装Cacti监控:http://www.linuxdiyf.com/linux/3899.html

CentOS搭建Cacti监控以及常见故障解决方案:http://www.linuxdiyf.com/linux/11351.html

CentOS 6.4搭建Cacti中遇到的问题及解决:http://www.linuxdiyf.com/linux/10504.html