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-windows client installation

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

Share

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

# 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! ***

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