一、配置zabbix-agent的源,并rpm安装!

2318人浏览 / 0人评论

一、打开repozabbix官网

https://repo.zabbix.com/zabbix/

二、找到相对应的版本号

https://repo.zabbix.com/zabbix/4.2/rhel/7/x86_64/zabbix-agent-4.2.1-1.el7.x86_64.rpm

这个是我需要的版本!

三、wget rpm地址

 wget https://repo.zabbix.com/zabbix/4.2/rhel/7/x86_64/zabbix-agent-4.2.1-1.el7.x86_64.rpm

四、rpm安装

rpm -ivh zabbix-agent-4.2.1-1.el7.x86_64.rpm

五、启动zabbix-agent

 systemctl status zabbix-agent.service

全部评论