Zabbix监控Windows主机

时间:2021-08-24 00:28:39

  一,下载zabbix-agent

  下载地址:http://www.zabbix.com/downloads/3.0.0/zabbix_agents_3.0.0.win.zip

  已经下载好的文件

  zabbix_agents_3.0.0.win.zip

 

  二,解压

  找到conf下的配置文件 zabbix_agentd.win.conf ,修改LogFile、Server、、ServerActive、Hostname这四个参数。具体配置如下:
  LogFile=c:\zabbix_agentd.log
  Server=10.13.85.9
  Hostname=Windows2008R2
  ServerActive=10.13.85.9#zabbix server地址

 

  三,windows内置客户端管理

C:\zabbix_agents_3.0.0.win\bin\win64 -c C:\zabbix_agents_3.0.0.win\conf\zabbix_agentd.win.conf -i

  

  -c  :指定配置文件所有位置

  -i   :安装客户端

  -s  :启动客户端

  -x  :停止客户端

  -d :卸载客户端

 

  四,zabbix web添加

Zabbix监控Windows主机

Zabbix监控Windows主机