使用cacti监控linux server的接口流量

1、环境准备
cacti服务器一台
linux被监控机一台

2、linux server 安装net-snmp
yum install -y net-snmp

systemctl enable snmpd  # 设置开机自启

编辑配置文件
vi  /etc/snmp/snmpd.conf 

找到这一行: 
view systemview included .1.3.6.1.2.1.1 
view systemview included .1.3.6.1.2.1.25.1.1 

修改为: 
view systemview included .1.3.6.1.2.1 
view systemview included .1.3.6.1.2.1.25.1.1 

linux 部分oid如下
使用cacti监控linux server的接口流量

systemctl restart snmpd  #重启服务

3、登录cacti,并添加linux server主机监控
登录后,点击左边菜单栏的device,出现如下界面,在右上角点击add
使用cacti监控linux server的接口流量

 在该界面填写相关信息如下:
使用cacti监控linux server的接口流量

 填写完后在右下角点击create,出现如下信息,表示添加成功
使用cacti监控linux server的接口流量

点击右上角的*Create Graphs for this Host
使用cacti监控linux server的接口流量

 出现上图中的接口eth0,eth1,在《Select a graph type:》选择单位,设定完毕后点击create出图

相关推荐