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.
- How To Install Zabbix Server 6.4 On AlmaLinux 8 Server - August 9, 2024
- How To Clear RAM Memory Cache Buffer Linux Server - February 29, 2024
- How To Install Apache Cloud Stack Management Server 4.17 On Ubuntu 22.04 - February 1, 2024
Leave a Comment