CC00016.ZABBIX——|Zabbix&Zabbix.Agent&Yum.V2|

一、安装zabbix-agent:
### --- 添加zabbix仓库:

[root@localhost ~]# rpm -Uvh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm
~~~     把zabbix.repo文件里面的内容替换为以下内容:
 
[root@localhost ~]# cat>/etc/yum.repos.d/zabbix.repo<<EOF
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=https://mirrors.tuna.tsinghua.edu.cn/zabbix/zabbix/4.0/rhel/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/zabbix/RPM-GPG-KEY-ZABBIX-A14FE591
[zabbix-non-supported]
name=Zabbix Official Repository non-supported - $basearch
baseurl=https://mirrors.tuna.tsinghua.edu.cn/zabbix/non-supported/rhel/7/$basearch/
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/zabbix/RPM-GPG-KEY-ZABBIX
gpgcheck=1
EOF
~~~     Zabbix前端需要基本安装中不提供的其他软件包。您需要在将运行Zabbix前端的系统中启用可选rpm的存储库:
[root@localhost ~]# yum-config-manager --enable rhel-7-server-optional-rpms
 
### --- 使用如下命令安装zabbix-agent
[root@localhost ~]# yum -y install zabbix-agent

### --- 启动zabbix-agent -y
[root@localhost ~]# systemctl start zabbix-agent.service
[root@localhost ~]# systemctl enable zabbix-agent.service
~~~     日志文件地址:

[root@localhost ~]# cat /var/log/zabbix/zabbix_agentd.log
二、效验所安装的是否正常:
### --- 通过如下命令进行效验:
~~~     zabbix-server 监听端口为tcp 10051
~~~     zabbix-agent  监听端口为tcp 10050

[root@localhost ~]# ss -tunlp
三、以root身份运行代理
### --- 要覆盖此行为,请创建文件:

[root@localhost ~]# vim /etc/systemd/system/zabbix-agent.service.d/orride.conf
[Service]
User=root
Group=root
### --- 重新加载守护程序并重启zabbix-agent服务:

[root@localhost ~]# systemctl daemon-reload
[root@localhost ~]# systemctl restart  zabbix-agent
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

yanqi_vip

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值