Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Zabbix add windows system host

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Let's first download the windows zabbix agent installation service

Our first url is the download link, and the second and third is the latest 3.0 and 2.2.9 download links.

Http://www.zabbix.com/download.php

Http://www.zabbix.com/downloads/3.0.0/zabbix_agents_3.0.0.win.zip

Http://www.zabbix.com/downloads/2.2.9/zabbix_agents_2.2.9.win.zip

After downloading, extract two files conf and bin.

The conf directory is an agent configuration file

Bin files store 32-bit and 64-bit installers under windows

Find the configuration file zabbix_agentd.win.conf under conf, and modify the four parameters LogFile, Server, ServerActive and Hostname. The specific configuration is as follows:

LogFile=c:\ zabbix_agentd.log

Server=192.168.101.17

Hostname=admin

ServerActive=192.168.101.17

Where logfile is the address where zabbix logs are stored. Server and ServerActive are zabbix server ip addresses. Hostname is the native machine name.

Once configured, you begin to install zabbix-agent, which means adding zabbix-agent to the windows service

Execute the following command under the windows console:

one

C:\ bin\ win64\ zabbix_agentd.exe-c:\ conf\ zabbix_agentd.win.conf-I

two。 The startup command is as follows:

C:\ bin\ win64\ zabbix_agentd.exe-c:\ conf\ zabbix_agentd.win.conf-s

Check the port to see if it starts.

Netstat-an | find "10050"

We find zabbix Agent in the service to see if it starts.

Then add the host to the zabbix.

If there is a problem, remember to see if the firewall is open, turn off the firewall or open port 10050.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report