X

Install Zabbix Agent Into Windows

If you not install Zabbix server then see my previous post.  When configure Zabbix server then add windows host and install Zabbix agent on your client windows machine.

Send Mail Notification From Zabbix Server Using Gmail
How To Add Windows Host In Zabbix Server

Get value from client machine into Zabbix server via Zabbix agent. So you don’t configure Zabbix agent into windows machine then follow this guide :
At first download Zabbix pre-compiled agents from Zabbix official web site.

Step #01: Extract download file then copy all file and drop into C:\ drive any folder.

Step #02: Open cmd must be run it as Administrator. Now install Zabbix agent on windows with cmd.

cd ../../

Then copy two line in one line then past into your cmd file.

C:\>zabbix_agents_3.2.0.win\bin\win64\zabbix_agentd.exe --config C:\>zabbix_agents_3.2.0.win\conf\zabbix_agentd.win.conf --install

See as like below image successfully installed Zabbix agent on windows.

Step #03: Start Zabbix agent two ways one command line and two windows services.

Start Zabbix agent with command line.

C:\>zabbix_agents_3.2.0.win\bin\win64\zabbix_agentd.exe --start

Step #04: Start Zabbix agent with windows services. Goto control panel / Administrative Tools or search services. Find Zabbix agent service on the bottom side. Like below image.

Step #05: Configure Zabbix agent file

goto C:\>zabbix_agents_3.2.0.win\conf\ 

open via sublime editor zabbix_agentd.win.conf

Insert Zabbix server IP address and windows host name.

Server=10.66.110.20

ServerActive=10.66.110.20

Hostname=DESKTOP-58RTMEO

Then save and goto command line for restart Zabbix agent.

C:\>zabbix_agents_3.2.0.win\bin\win64\zabbix_agentd.exe --stop
C:\>zabbix_agents_3.2.0.win\bin\win64\zabbix_agentd.exe --start

If face any problem then see my YouTube video and Subscribe my channel. Please subscribe my channel for more update.

0 0 votes
Article Rating
Admin: I am system administrator as Windows and Linux platform. I have 4 years skilled from the professional period. I have to configure Linux based system such as an Asterisk VOIP system, Network monitoring tools (ZABBIX), Virtualization (XEN Server), Cloud computing (Apache CloudStack) etc. Now share my professional skill each interested person. Thanks to all.
Leave a Comment