1.LINUX下zabbix客户端安装
[[email protected] ~]# mkdir /usr/local/zabbix
[[email protected] ~]# mv zabbix_agents_2.0.3.linux2_6.amd64.tar.gz /usr/local/zabbix/
[[email protected] ~]# cd /usr/local/zabbix/
[[email protected] zabbix]# tar zxvf zabbix_agents_2.0.3.linux2_6.amd64.tar.gz
[[email protected] zabbix]# mkdir etc
在服务端找到zabbix_agentd.conf下载放在客户端/usr/local/zabbix/etc下
[[email protected] zabbix]# cd etc/
修改配置参数
[[email protected] etc]# vi zabbix_agentd.conf
Server=172.19.0.111 #服务端IP
ListenPort=10050 #客户端口
ListenIP=172.16.0.114 #本机IP
Hostname=mongodb114 #本机名
创建用户zabbix
[[email protected] etc]# useradd zabbix
[[email protected] etc]# chown -R zabbix:zabbix /usr/local/zabbix
启动zabbix客户端
[[email protected] etc]# /usr/local/zabbix/sbin/zabbix_agentd -c /usr/local/zabbix/etc/zabbix_agentd.conf
登录zabbix服务端增加客户端监控
Create HOST
save
点击Applications创建组,CPU,DISK,memory,network
Create item
CPU监控
上图是CPU监控,保留7天数据
说明监控了,Z变成绿色
在点击Items
流量
Save保存
Save保存
点击Graphs Create graph
监控硬盘
点击item create item
监控内存
配置后Create screen
这是现在做成的
我们也可以做成这样的图形
zabbix监控LINUX下CPU,硬盘,流量,内存,布布扣,bubuko.com