使用RPM包為不能串連互連網的linux系統安裝zabbix-agent的基本步驟

來源:互聯網
上載者:User

標籤:監控系統   伺服器   linux   

       剛剛開始接觸zabbix監控系統,還在初級摸索階段,在公司也搭建了zabbix監控的測試環境,和大家分享我在測試過程中碰到的問題,希望對像我一樣的新手有協助。

       企業環境中通常會使用一些安全性原則隔離部分伺服器串連互連網,那麼直接通過yum安裝zabbix-agent的方法就不適用這類系統了,在這裡總結了一下我為內網linux系統安裝zabbix-agent的基本步驟。

 

1.首先通過配置好yum源的伺服器,yumdownloader下載所需的安裝包,(也可或通過網站下載,下載安裝包時請注意對應自己的作業系統和zabbix server的版本)。

zabbix-2.4.3-1.el5 

zabbix-agent-2.4.3-1.el5


2.在互連網下載zabbix的repo key檔案(同樣需要注意版本的對應)並匯入,沒有這個步驟安裝時會報類似下面的錯誤資訊:

[[email protected] tmp]# rpm -ivh zabbix-agent-2.4.3-1.el5.x86_64.rpm 

warning: zabbix-agent-2.4.3-1.el5.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 79ea5ed4


匯入repo:

[[email protected] tmp]# rpm --import zabbix-official-repo.key

 

repo的連結:

http://repo.zabbix.com/


3.通過FTP、SCP命令等方法見安裝包傳輸到內網linux

4.安裝時存在依賴關係,注意請先安裝zabbix-2.4.3-1.el5 ,再安裝zabbix-agent-2.4.3-1.el5

先安裝zabbix-agent-2.4.3-1.el5時會報如下錯誤:
[[email protected] tmp]# rpm -ivh zabbix-agent-2.4.3-1.el5.x86_64.rpm 

error: Failed dependencies: 
zabbix is needed by zabbix-agent-2.4.3-1.el5.x86_64


[[email protected] tmp]# rpm -ivh zabbix-2.4.3-1.el5.x86_64.rpm 
Preparing... ########################################### [100%] 
1:zabbix ########################################### [100%] 
[[email protected] tmp]# rpm -ivh zabbix-agent-2.4.3-1.el5.x86_64.rpm 
Preparing... ########################################### [100%] 
1:zabbix-agent ########################################### [100%]


5.安裝成功後配置/etc/zabbix/zabbix_agentd.conf 檔案中的zabbix server IP地址(預設配置這一項,就可通過 zabbix server 監控該系統),或其他你需要修訂的參數


6.配置zabbix-agent服務啟動

[[email protected] zabbix]# service zabbix-agent status 
zabbix_agentd is stopped 
[[email protected] zabbix]# service zabbix-agent start 
Starting Zabbix agent: [ OK ]

[[email protected] zabbix]# chkconfig --list |grep zabbix-agent 

zabbix-agent 0:off 1:off 2:off 3:off 4:off 5:off 6:off 
[[email protected] zabbix]# chkconfig zabbix-agent on 
[[email protected] zabbix]# chkconfig --list |grep zabbix-agent 
zabbix-agent 0:off 1:off 2:on 3:on 4:on 5:on 6:off


7.從zabbix server端驗證用戶端是否可正常串連

[[email protected] ~]# zabbix_get -s 10.1.99.5 -k system.uname 
Linux bj-ts-20 2.6.18-128.1.6.el5 #1 SMP Wed Apr 1 06:58:14 EDT 2009 x86_64


本文出自 “KeepGoing” 部落格,請務必保留此出處http://itsir.blog.51cto.com/1196724/1606918

使用RPM包為不能串連互連網的linux系統安裝zabbix-agent的基本步驟

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.