sudo vim /etc/zabbix/zabbix_agent2.conf 把两个ip修改成192.168.99.8 systemctl daemon-reloads 重新加载配置文件 systemctl enable zabbix-agent2 systemctl start zabbix-agent2 sudo firewall-cmd --add-port=10050/tcp --permanent firewall-cmd --reload 重新加载 firewall-cmd --list-ports 查看已经开放...
s可以看到这里面有个zabbix_agentd的可执行文件,这个可执行文件是zabbix 的客户端的可执行文件,agent可以用来获取和监控数据环境。同样建立软连接到usr下面的sbin目录下。 ln-s zabbix_agentd /usr/sbin/ 2.6 conf目录操作 进入/zabbix-agent/conf目录下。 这里面有一个zabbix_agentd.conf,这个就是zabbix-agent的...
firewall-cmd --zone=public --add-port=10050/tcp --permanent 重启防火墙 firewall-cmd --reload 查看已经开放的端口 firewall-cmd --list-ports 3. 安装zabbix-agent客户端程序 在安装包所在的目录内,执行以下命令: rpm -ivh zabbix-agent-5.0.0-1.el7.x86_64.rpm 4. 修改zabbix-agent配置文件 vim /...
下面需要配置agent2,以便连接上zabbix server。 [root@ ~]# cd /etc/zabbix/[root@ zabbix]# lszabbix_agent2.conf zabbix_agent2.d# 编辑配置文件允许容器网段访问# 修改 Server=10.1.2.250 , hostname = xxx.xxx.com, ServerActive=vi /etc/zabbix/zabbix_agent2.conf# 重启systemctl restart zabbix-agen...
[root@test-server ~]# systemctl enable zabbix-agent 配置防火墙 配置防火墙放通10050端口: [root@test-server ~]# firewall-cmd --zone=public --add-port=10050/tcp --permanent [root@test-server ~]# firewall-cmd --reload [root@test-server ~]# firewall-cmd --list-ports ...
agent ID:ZBV-2022-12-1 CVE:CVE-2022-43516 Synopsis:Zabbix Agent installer adds “allow all TCP any any” firewall rule Description:A Firewall Rule which allows all incoming TCP connections to all programs from any source and to all ports is created in Windows Firewall after Zabbix agent ...
[root@zabbix-server ~]# firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: ens33 sources: services: dhcpv6-client ssh ports: 10050/tcp 10050/udp 10051/tcp 10051/udp 80/tcp protocols: masquerade: no ...
systemctl enable zabbix-server zabbix-agent httpd rh-php72-php-fpm 12、防火墙开放端口 firewall-cmd --add-port=80/tcp --permanent firewall-cmd --reload firewall-cmd --list-ports firewall-cmd --list-services 三、前端配置 1、连接到新安装的Zabbix前端: http://server_ip/zabbix ...
systemctl enable zabbix-server zabbix-agent httpd rh-php72-php-fpm 12、防火墙开放端口 firewall-cmd --add-port=80/tcp --permanent firewall-cmd --reload firewall-cmd --list-ports firewall-cmd --list-services 三、前端配置 1、连接到新安装的Zabbix前端:http://server_ip/zabbix ...
firewall-cmd --reload 1. 2. 3. 查看防火墙端口是否已经开启 firewall-cmd --list-ports 1. 2.配置客户端 修改配置文件,将‘Sever’地址改成‘zabbix-sever’的IP地址。 vim /etc/zabbix/zabbix_agentd.conf 1. 注意客户端主动模式和被动模式的区别:主动模式是指客户端agent自动向server服务器上报信息,这样...