Zabbix Agent自動註冊(三)

2021-07-27 21:52:14 字數 3228 閱讀 4350

一 zabbix server配置。

(ip:192.168.1.199 在(二)中以配置完成)

1.建立host group

configuration->host groups選單右上測create host group按鈕。建立agent auto register。新增模版。 

2.新增自動操作規則

configuration->actions 選單的最右邊,選擇下拉框event source中auto registration,create action.

host metadata 配置為linuxserver,(客戶端來註冊時,匹配客戶端的hostmetadata複製,如果匹配成功,則觸發自動註冊規則)。

新增執行以下,1.新增主機;2新增主機到agent auto resister分組;3.應用模版選擇。

ok!!!現在server端就ok了。

二 客戶端安裝zabbix agent(192.168.1.166)

#建立zabbix使用者(不可登入)useradd zabbix -m-s /bin

/#客戶端配置

vim

/usr

/local

/zabbix

/etc

/zabbix_agentd

.conf

logfile

=/tmp

/zabbix_agentd

.log

server

=192.168

.1.199

serveractive

=192.168

.1.199

hostname

=web

-server

-1hostmetadata

=linuxserver

cp

/usr

/local

/src

/zabbix

-3.2.4

/misc

/init.d

/fedora

/core

/zabbix_agentd

/etc/rc

.d/init.d

/zabbix_agentd

chmod +x

/etc/rc

.d/init.d

/zabbix_agentd

chkconfig zabbix_agentd on

vim

/etc/rc

.d/init.d

/zabbix_agentd

#修改基礎目錄

basedir

=/usr

/local

/zabbix

service zabbix_agentd restart

#可能會有個警告,按提示輸入解決

#開啟防火牆允許

firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="192.168.1.199" port protocol="tcp" port="10050" accept'

firewall

-cmd

--reload

然後監控主機觀察

zabbixagent自動註冊

1.zabbix agent.conf配置檔案加上 serveractive zabbxserverip hostmetadataitem system.uname 注釋hostname屬性 示例 2.zabbix web端配置自動註冊 1 動作 自動註冊 建立動作 2 要注意的是在新增條件的時候,...

4 Zabbix Agent自動註冊

agent端配置 指定zabbix server的ip位址 12 root jmxclient cat etc zabbix zabbix agentd.conf grep e serveractive serveractive 172.16.206.130 修改hostname 1 2 root ...

zabbix agent自動部署安裝

一 先編譯個zabbix zgent wget tar zxf zabbix 3.4.3.tar.gz cd tmp zabbix 3.4.3 configure prefix usr local webserver zabbix enable agent make make install 2 配...