安装zabbix3.0客户端安装配置zabbix客户端centos6.9#安装rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/3.0/rhel/6/x86_64/zabbix-agent-3.0.19-1.el6.x86_64.rpm#配置sed -i.ori s#Server=127.0.0.1#Server=z...

安装zabbix3.0客户端
安装配置zabbix客户端centos6.9
#安装
rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/3.0/rhel/6/x86_64/zabbix-agent-3.0.19-1.el6.x86_64.rpm
#配置
sed -i.ori 's#Server=127.0.0.1#Server=zabbix服务的端的地址#' /etc/zabbix/zabbix_agentd.conf
# sed -i.ori 's#Server=127.0.0.1#Server=172.16.1.200#' /etc/zabbix/zabbix_agentd.conf
#启动
/etc/init.d/zabbix-agent start
安装并配置zabbix客户端centos7
#安装zabbix源、aliyu nYUM源
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 http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm
#安装zabbix客户端
yum install zabbix-agent -y
#配置
sed -i.ori 's#Server=127.0.0.1#Server=zabbix服务的端的地址#' /etc/zabbix/zabbix_agentd.conf
# sed -i.ori 's#Server=127.0.0.1#Server=172.16.1.200#' /etc/zabbix/zabbix_agentd.conf
#启动
systemctl start zabbix-agent.service
本文标题为:centos(6和7)安装zabbix客户端


基础教程推荐
- Centos 安装Django2.1 2023-09-24
- 通过StatefulSet部署有状态服务应用实现方式 2022-10-01
- P3 利用Vulnhub复现漏洞 - Apache SSI 远程命令执行漏洞 2023-09-10
- 为Win2003服务器打造铜墙铁壁的方法步骤 2022-09-01
- Apache CarbonData 1.0.0发布及其新特性介绍 2023-09-11
- Centos7 nginx的安装以及开机自启动的设置 2023-09-22
- windows环境下apache-apollo服务器搭建 2023-09-10
- Docker容器操作方法详解 2022-11-13
- Apache Kafka 2.5 稳定版发布,新特性抢先看 2023-09-11
- RFO SIG之openEuler AWS AMI 制作详解 2022-12-28