閱讀860 返回首頁    go 微軟 go windows


添加Zabbix agent

一. 監控linux服務器:

1.yum -y install wget

2.下載與安裝zabbix倉庫
wget https://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release- 3.4-2.el7.noarch.rpm
yum localinstall zabbix-release-3.4-2.el7.noarch.rpm

3.安裝Zabbix agent
yum -y install zabbix-agent

4.修改zabbix agent配置文件
vim /etc/zabbix/zabbix_agentd.conf
Server=127.0.0.1 # 指定zabbix server的IP地址

5.啟動zabbix agent服務
systemctl start zabbix-agent; systemctl enable zabbix-agent

6 在zabbix web添加 linux服務器

二. 監控windows服務器

1.下載windows版本的zabbix agent
https://www.zabbix.com/downloads/3.4.0/zabbix_agents_3.4.0.win.zip

2.解壓zabbix-agent,進conf目錄,編輯zabbix_agentd.conf配置文件,指定Server為zabbix-server的IP地址。

3.將zabbix_agentd.conf配置文件拷貝到c:\目錄下

4.安裝zabbix-agent

image

5.啟動zabbix agent

image

6.在zabbix web添加 windows服務器

最後更新:2017-10-23 23:03:48

  上一篇:go  三步走——帶你打造一份完美的數據科學家簡曆
  下一篇:go  阿裏巴巴iDST:計算機視覺和機器學習在消費級視頻中的應用