centos7 zabbix 客户端 安装

bianji 提交于 周五, 07/31/2020 - 19:44

一. 安装zabbix 的源链接

# rpm -Uvh https://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm
# yum clean all

二. 安装zabbix-agent 客户端

yum install zabbix-agent 

三.修改配置文件

vi /etc/zabbix/zabbix_agentd.conf   # 打开配置文件

Server=127.0.0.1 #修改为zabbix服务端ip 被动模式下服务端ip

ServerActive=127.0.0.1 #修改为zabbix服务端ip 主动模式下服务端ip:port 端口默认为10050

Hostname=Zabbix server #手动设置主机名

四.启动服务并设置开机自启

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

五.查看是否启动

netstat -nlp |grep LISTEN #当看到zabbix_agentd 服务有端口监听则表示启动成功

 

添加新评论

This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

图形验证
键入显示在图片中的字符
分类