#author("2019-12-07T14:13:34+09:00","default:dramsukohome","dramsukohome")
[[LinuxServer]]

#shadowheader(1,"zabbix");

#contents




* version : 2.2 [#e63d4c2a]
-グラフ文字化け対策
-- graphfont.ttf のシンボリックリンクを削除
 sudo rm /usr/share/zabbix/fonts/graphfont.ttf
-- 新しい graphfont.ttf のシンボリックリンクを作成
 sudo ln -s /usr/share/fonts/ipa-gothic/ipag.ttf /usr/share/zabbix/fonts/graphfont.ttf



** インストール [#t4be22c3]
- CentOS6 へ zabbix-agent のインストール
-- レポジトリの追加
 sudo rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm
-- インストール
 sudo yum install zabbix-agent
- CentOS7 へ zabbix-agent のインストール
-- レポジトリの追加
 sudo rpm -ivh http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm
- Ubuntu へ zabbix-agent のインストール
 sudo apt-get install zabbix-agent



** 設定 [#x5648190]
- sudo vi /etc/zabbix/zabbix_agentd.conf
-- Servername=zabbixserver.hogehoge.com
-- Hostname=webserver.hogehoge.com



**  起動時の自動実行 [#x67ce390]
-- CentOS6
 sudo chkconfig zabbix-agent on
-- Ubuntu
 sudo apt-get install sysv-rc-conf
 sudo sysv-rc-conf zabbix-agent on
-トラブル
-- zabbix サーバが「いいえ」になっている
--- SELinux の設定を確認
-- ubuntu でZabbixサーバーから10050 portの疎通が取れない
--- [[LinuxServer#b5d134e8]]

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS