使用zabbix 來監控主機

回覆文章
schumi
Site Admin
文章: 696
註冊時間: 2004-04-15 14:30:34

使用zabbix 來監控主機

文章 schumi »

以Ubuntu 10.04.3 x64 實作

使用 apt-cache search zabbix 列出可用套件

zabbix-agent - network monitoring solution - agent
zabbix-frontend-php - network monitoring solution - PHP front-end
zabbix-proxy-mysql - network monitoring solution - proxy (using MySQL)
zabbix-proxy-pgsql - network monitoring solution - proxy (using PostgreSQL)
zabbix-server-mysql - network monitoring solution - server (using MySQL)
zabbix-server-pgsql - network monitoring solution - server (using PostgreSQL)

安裝主要中心伺服器
apt-get install zabbix-agent zabbix-frontend-php zabbix-server-mysql

被監控端主機只需要安裝 agent 即可,並修改/etc/zabbix/zabbix_agentd.conf 裡面相關參數

代碼: 選擇全部

Server=中心主機IP
Hostname=本機FQDN
ListenIP=本機IP
see below:
http://linux-guys.blogspot.com/2011/01/zabbix.html
http://tc.itkee.com/os/detail-a85.html
回覆文章

回到「Linux」