zabbix installation win client

Quoted from: http://mayulin.blog.51cto.com/1628315/514447/

with some grooming of its own

*, download client decompression

*, management configuration file

     Adjust and keep the following parameters:

LogFile=c:\zabbix\zabbix_agentd.log
Server=<server IP address>
Hostname=<client hostname>

 *, installation instructions (note that cmd permissions should be in administrator mode)

yoururl\zabbix_agentd.exe -c yoururl\*.conf -i

 *, start the client command (note that the cmd permission should be in administrator mode)

yoururl\zabbix_agentd.exe -s -c yoururl\*.conf

 *, instruction meaning supplement

Parameter meaning:
-c specifies the location of the configuration file
-I is to install the client
-s start the client
-x stops the client
-d uninstall client

 -------------------------------------------------- The following are the possible problems --------------------------------------- -------------

*, ERROR: cannot connect to Service Manager: [0x00000005]

      Insufficient permissions: cmd mode can be changed to administrator start

*, the command to get the directory used when writing the bat script

      This one is good: http://ctwen.iteye.com/blog/1172782

*、Get value from agent failed: ZBX_TCP_READ() failed: [104] Connection reset by peer

      Note: The IP of the configuration file in the client is the information of the server . When porting to another machine, you must pay attention to synchronization, and you may need to restart the computer (I have done all these operations before, but this exception is still reported, but the next day After I started the server, I accidentally discovered that I could monitor it, haha)

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326637315&siteId=291194637