Zabbix Agent 6.0 的安装步骤如下:
安装 Zabbix 专用 yum 源:
rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rhel/7/x86_64/zabbix-release-6.0-2.el7.noarch.rpm
安装 Zabbix Agent:
yum install -y zabbix-agent
修改配置文件:编辑 /etc/zabbix/zabbix_agentd.conf 文件,主要是修改 Server 为 Zabbix Server 的 IP 地址。
vi /etc/zabbix/zabbix_agentd.conf
启动 Zabbix Agent 服务:
systemctl start zabbix-agent
systemctl enable zabbix-agent
systemctl status zabbix-agent
*****/etc/zabbix/zabbix_agentd.conf中Server 和 ServerActive都是指向Zabbix Server IP的,如果有多个以英文的逗号隔开,比如: