Installing zabbix agent in windows is very simple. First, go to zabbix to download the windows agent at http://www.zabbix.com/download.php, and find “zabbix pre-compiled agents. The installation method is simple. Download and decompress the package to the Directory, modify the configuration file, install the service, and start the package. Add the HOST on the web.
Decompress the file to the specified directory
As shown in the following figure.
Bin: zabbix_get.exew.zabbix_sender.exe
Sbin: zabbix_agentd.exe client master process
Etc: configuration file
Dev: Ignore
Modify configuration file
Modify etc/zabbix_agentd.conf. You only need to modify the following configurations (which is no different from the linux configuration file). You only need to modify the following three parameters. All other parameters are default.
Server = 10.0.0.20 # zabbix Server IP address
ServerActive = 10.0.0.20 # zabbix server IP address
Hostname = win-server-ttlsa # client machine name
Install services
C: \ Program Files \ zabbix-2.2.1 \ sbin> zabbix_agentd.exe-I-c .. \ etc \ zabbix_agentd.conf
Zabbix_agentd.exe [2304]: service [Zabbix Agent] installed successfully
Zabbix_agentd.exe [2304]: event source [Zabbix Agent] installed successfully
Start zabbix agentd
Choose Start> Run> services. msc, double-click zabbix agent, and click start.
Add Host
This step is skipped. Please refer to the previous zabbix host and group configuration (12)
Effect chart