Zabbix Agent is installed on remote systems needs to monitor through Zabbix server. The Zabbix agent collects resource utilization and applications data on client system and provide such information to zabbix server on their requests.
讓客戶滿意是我們工作的目標(biāo),不斷超越客戶的期望值來自于我們對(duì)這個(gè)行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價(jià)值的長期合作伙伴,公司提供的服務(wù)項(xiàng)目有:域名注冊、網(wǎng)頁空間、營銷軟件、網(wǎng)站建設(shè)、科爾沁左翼網(wǎng)站維護(hù)、網(wǎng)站推廣。
This article will help you to install Zabbix agent service on windows system. Also visit our other article to install zabbix agent on CentOS/RHEL and Ubuntu/Debian Systems.
Download latest windows zabbix agent source code from zabbix official site or use below link to download zabbix agent 3.0.0.
http://www.zabbix.com/downloads/3.0.0/zabbix_agents_3.0.0.win.zip
After downloading the zipped archive of zabbix client, extract its content under c:\zabbix directory.
Now make of copy of sample configuration file c:\zabbix\conf\zabbix_agentd.win.conf to create zabbix agent configuration file at c:\zabbix\zabbix_agentd.conf. Now edit configuration and update following values.
#Server=[zabbix server ip] #Hostname=[Hostname of client system ] Server=192.168.1.11Hostname=WIN-SERVER-2012
Lets install zabbix agent as windows server by executing following command from command line.
c:\zabbix\bin\win64> zabbix_agentd.exe -c c:\zabbix\zabbix_agentd.conf --installzabbix_agentd.exe [9084]: service [Zabbix Agent] installed successfully zabbix_agentd.exe [9084]: event source [Zabbix Agent] installed successfully
Use following command to start zabbix agent service from command line
c:\zabbix\bin\win64> zabbix_agentd.exe --startzabbix_agentd.exe [5048]: service [Zabbix Agent] started successfully
c:\zabbix\bin\win64> zabbix_agentd.exe --stopzabbix_agentd.exe [7608]: service [Zabbix Agent] stopped successfully
Also we can start/stop/restart from windows services control panel. To open services control panel use below steps.
Open run windows >> type “services.msc” >> press enter
Congratulation’s! You have successfully installed Zabbix Agent on Windows system. Lets Add Host in Zabbix Server to be monitor.