Zabbix-windows client installation
# zabbix client installation
[download address of zabbix client] http://www.zabbix.com/downloads/3.0.4/zabbix_agents_3.0.4.win.zip
Extract to C:\ zabbix directory
Modify the configuration file c:\ zabbix\ conf\ zabbix_agentd.win.conf
```bash
# 124.207.65.address for zabbix-server
Server=127.0.0.1124.207.65.***
# the Hostname name of each monitored host should be different
Hostname=ZabbixServer
`
Install Zabbix`c:\ zabbix\ bin\ win64\ zabbix_agentd.exe-c:\ zabbix\ conf\ zabbix_agentd.win.conf-i`
Start Zabbix`c:\ zabbix\ bin\ win64\ zabbix_agentd.exe-c:\ zabbix\ conf\ zabbix_agentd.win.conf-s` as a service
Start-> Control Panel-> Administrative tools-> Services
As can be seen from the figure above, zabbix-agent is already running and is running automatically when it is powered on.
Parameter meaning:
`
-c define the location of the configuration file
-I is the installation client
-s start the client
-x stop client
-d uninstall the client
`
* if you encounter that the zabbix-agent service cannot be started, just change to another version, don't try to fix it! ***