5.2.1 Zabbix5.0: CentOS7 yum方式安装zabbix-agent客户端
5.2.1 Zabbix5.0: CentOS7 yum方式安装zabbix-agent客户端
https://www.zabbix.com/cn/download
rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
[root@centos7 ~]# yum -y install zabbix-agent
zabbix-agent-5.0.13-1.el7.x86_64
配置 /etc/zabbix/zabbix_agentd.conf
修改为服务端IP
[root@centos7 ~]# cd /etc/zabbix/
[root@centos7 zabbix]# ls
zabbix_agentd.conf zabbix_agentd.d
[root@centos7 zabbix]# vi zabbix_agentd.conf
Server=10.11.160.1
ServerActive=10.11.160.1
Hostname=CentOS7
启动服务
systemctl enable zabbix-agent
systemctl start zabbix-agent
systemctl status zabbix-agent
Zabbix服务端添加主机以及配置模板:
zabbix报错:Get value from agent failed: cannot connect to [[10.10.16.20]:10050]: [4] Interrupted system call
终端检查端口是否已经起来:
systemctl status zabbix-agent.service
netstat -lntup|grep zabbix
netstat -lntup
测试中,发现访问不终端的10050端口
防火墙放行端口即可(本实验中,防火墙已经是关闭的了):
redhat 7.x版本
firewall-cmd --add-port=10050/tcp --permanent
终端放行:
查看防火墙状态
sudo systemctl status firewalld
或
[root@centos7 ~]# firewall-cmd --state
running
[root@centos7 ~]#
[root@centos7 ~]#
防火墙基本命令
# 开启
service firewalld start
# 重启
service firewalld restart
# 关闭
sudo service firewalld stop
# 查看防火墙规则
sudo firewall-cmd --list-all
sudo firewall-cmd --state
临时关闭(下次开机启动,自动启动防火墙)
[root@localhost ~]# systemctl stop firewalld
永久关闭防火墙(开机启动时不在启动)
[root@localhost ~]# systemctl disable firewalld
终端,已经上线,关闭了终端的防火墙后解除了问题。
Zabbix5(列表、list、全)zabbixlist
http://www.zh-cjh.com/wenzhangguilei/722.html
文章归类、所有文章列表、LISTLIST
http://www.zh-cjh.com/wangzhangonggao/2195.html
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。
转载请保留出处: www.zh-cjh.com珠海陈坚浩博客 » 5.2.1 Zabbix5.0: CentOS7 yum方式安装zabbix-agent客户端
作者: cjh
手机扫一扫,手机上查看此文章: |
一切源于价值!
其他 模板文件不存在: ./template/plugins/comment/pc/index.htm