將客戶端程式拷貝到c:\programs\目錄,修改c:\program files\zabbix_agents_2.2.0.win\confzabbix_agentd.win.conf 檔案:
logfile=d:\zabbix_agentd.log #日誌檔案
logfilesize=10 #日誌大小
enableremotecommands=1
logremotecommands=1
server=192.168.8.31 #zabbix-server所在位置
startagents=5
serveractive=192.168.8.31:10051 #zabbix-server對agent開放的埠
hostname=ws2008-tomcat #不一定與實際主機名稱一致,但必須與web介面上配置的hostname一致
unsafeuserparameters=1
以上引數如有不明白的,檢視原配置檔案中的引數說明。為了簡潔,我一般是將原配置檔案備份,然後直接使用上面的引數,即,將多餘的備註全部去掉,因為有些引數即使沒有,程式也會使用預設值。
安裝zabbix客戶端程式
c:\program files\zabbix_agents_2.2.0.win\bin\win64>zabbix_agentd.exe -i -c "c:\program files\zabbix_agents_2.2.0.win\conf\zabbix_agentd.win.conf"
在服務中啟動zabbix_agentd服務
在windows防火牆入站規則開放10050埠
如果是雲計算,在雲計算的安全策略中增加入站規則開放10050埠
在zabbix管理介面配置host。如果不知道具體如何配置,請參考相關文件。
zabbix之監控windows伺服器
zabbix agent 在windows上安裝部署 解壓zabbix agents 2.4.4.win.zip conf目錄存放是agent配置檔案 bin檔案存放windows下32位和64位安裝程式 2 配置與安裝 以下配置均是以被動模式為例,主被動模式與linux系統一樣的配置方式 2.1 ...
zabbix監控windows步驟
windows安裝agent 1 zabbix agents 2.4.4.win.zip 解壓至c盤根目錄,出現bin,和conf目錄 2 修改zabbix agent的配置檔案 用寫字板開啟c conf zabbix agentd.win.conf server 127.0.0.1 改為 serv...
zabbix監控windows案例
配置與安裝,配置zabbix agent相關配置。找到conf下的配置檔案 zabbix agentd.win.conf 修改logfile server hostname這三個引數。具體配置如下 logfile d zabbix agent4 zabbix agentd.log server za...