美文网首页
Zabbix-Agent安装

Zabbix-Agent安装

作者: 秋枫叨叨 | 来源:发表于2022-04-02 17:11 被阅读0次

一、安装环境

配置名称 配置详情
系统配置 CentOS Linux release 7.7.1908 (Core)
软件版本 zabbix-agent-5.0.9
操作用户角色 root

二、下载Rpm

下载地址:https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/

下载文件

zabbix-agent-5.0.9-1.el7.x86_64.rpm

三、安装

1) 安装命令

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

2) 配置文件

配置 vim /etc/zabbix/zabbix_agentd.conf 。修改zabbix-server的IP

Server=10.0.0.147   

3) 启动服务

systemctl start zabbix-agent
systemctl enable zabbix-agent # 加入自启动

相关文章

网友评论

      本文标题:Zabbix-Agent安装

      本文链接:https://www.haomeiwen.com/subject/pcotsrtx.html