码迷,mamicode.com
首页 > 其他好文 > 详细

zabbix3.4 客户端安装方法

时间:2018-11-01 19:49:24      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:yum   install   sed   配置yum源   置配   agent   安装方法   epel   .com   

1配置yum源
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
rpm -ivh https://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-2.el7.noarch.rpm 

2安装zabbix客户端

yum install zabbix-agent -y

3配置配置文件

sed -i.ori ‘s#Server=127.0.0.1#Server=192.168.26.56#‘ /etc/zabbix/zabbix_agentd.conf
sed -i.ori ‘s#ServerActive=127.0.0.1#ServerActive=192.168.26.56#‘ /etc/zabbix/zabbix_agentd.conf

4.重启服务

systemctl restart zabbix-agent.service
systemctl enable zabbix-agent.service

zabbix3.4 客户端安装方法

标签:yum   install   sed   配置yum源   置配   agent   安装方法   epel   .com   

原文地址:http://blog.51cto.com/12909202/2311675

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!