Download the corresponding Zabbix Windows version
Because Zabbix server uses a version of 3.2.0 version
So download the version of Window 3.2
Https://www.zabbix.com/download
1. Target
1) Install the Zabbix agent on windows and configure it
2) perform the server-side localization
2. Install Agent on Windows
1) Ready to install the file Zabbix_agents_3.2.0.win.zip, can download from the official website, note and server side consistent. Then unzip, the document structure after decompression is as follows:
2) Enter the Conf directory to configure the configuration file
Find the configuration file under Conf zabbix_agentd.win.conf, need to modify the content is: LogFile, Server, Hostname, serveractive these parameters. The specific configuration is as follows:
logfile=c:\zabbix_agentd.log Server=192.168. 12.244 #zabbix server address hostname=windows-zn42l78 #agent host hostname, note the configuration on the server side, To be consistent with it serveractive=192.168. 136.144 #zabbix server Address
3) Determine if the operating system of this machine is 64-bit
Right-click "My Computer" to view the operating system version, if it is 32-bit, use bin\win32 under the application, otherwise use Bin\win64 under the application.
4) Install Zabbix_agent
Open cmd, go to the Zabbix application directory, execute the installation command:
d:\zabbix_agent\zabbix_agents_3.2.0.win\bin\win64>zabbix_agentd.exe-c D:\zabbix_agent\conf\zabbix_ Agentd.win.conf-i
After the installation succeeds, execute the Run command:
Zabbix_agentd.exe-c D:\zabbix_agent\conf\zabbix_agentd.win.conf-s
Note here that if CMD is not opened with administrator privileges, an error is reported.
Now first use the administrator to open cmd, go to the program directory, to uninstall, execute zabbix_agentd.exe-d
Then re-execute the installation and run the command so that it can start normally.
5) After booting, configure the agent on the Zabbix server side
In the server side, the configuration-"host interface, add just the host, in the host name, fill in the agent configured hostname." (usually the actual hostname of the machine are configured in)
Install Zabbix Agent use case on window