My environment:
-
Zabbix proxy install:
We can follow: https://bestmonitoringtools.com/install-zabbix-proxy-on-centos-rhel/ Just following the steps, the system will be fine, since my zabbix server is in Baidu cloudy zone is an public server, then the PSK encryption is critical, then I suggest you guys to following Step 7systemctl stop firewalld.service
- Zabbix 5.0 agent installation and configuration in windows:
Download the MSI packet from : https://www.zabbix.com/cn/download
need to choose: Agents > windows > any > amd64 (for 64 bit system) > 5.0LTS > OpenSSL > MSI # choose Zabbix agent v5.0.3 version P.S. #### using the Archive packet, it doesn’t work for me. Then change to MSI ####
Install the Agent in the computer, the installation will under folder:
C:\Program Files\Zabbix Agent
We need to deeply check the configure file: zabbix_agentd.conf to make sure the following:
Server=192.168.1.110,106.12. XXX.1XX
ServerActive=192.168.1.110,106.12.XXX.1XX
Hostname=XX-ZXX-X1
P.S. 192.168.1.110 is the internal Proxy address, 106.12. XXX.1XX is the real Zabbix Server address
After that, restart the zabbix_agent service under the service.msc console.
精彩评论