科学の箱

科学・IT・登山の話題

IT

muninのインストールと初期設定

投稿日:

インストール

yum経由でインストールする。epelを有効にしておく。

yum --enablerepo=epel install munin

ノードもインストールしておく。

yum --enablerepo=epel install munin-node

下記のconflictエラーが出る場合がある。

Transaction Check Error:
  file /usr/share/man/man3/XML::SAX::Base.3pm.gz conflicts between attempted installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noarch
  file /usr/share/man/man3/XML::SAX::Exception.3pm.gz conflicts between attempted installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noarch

先にモジュールをインストールしておく。

yum install perl-XML-SAX-0.96-7.el6.noarch

munin-nodeを自動起動する。

# /sbin/chkconfig munin-node on

munin-nodeを起動する。

# /sbin/service munin-node start

muninのBasic認証を設定する

htpasswd -c /etc/munin/munin-htpasswd munin
New password:
Re-type new password:
Adding password for user munin

httpdを再起動する

/etc/init.d/httpd restart

5分ほど待つか、下記のコマンドを実行する

sudo -u munin /usr/bin/munin-cron

muninにアクセスする。

http://IP Address/munin

メタ情報

inarticle



メタ情報

inarticle



-IT
-

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

muninでWindowsをSNMP経由で監視するときの項目

[cpu] snmp__cpuload snmp__processes [disk] snmp__df [memory] snmp__df_ram snmp__memory Related posts …

no image

chefで使ったコマンド

chefで使ったコマンドの備忘録 chefリポジトリの作成 knife solo init chef-repo レシピを作成 knife cookbook create apache2 -o site …

no image

gem installでzlibが見つからないエラー

gem installでzlibが見つからないとのエラー。どうやらzlibをインストールするまえにrubyをインストールするとリンクがうまくいかないよう。 $ gem install xxxxxx E …

no image

Visual cue

グローバル側の設定で外部から来たメールについては、1)件名に[外部]が付加される、2)メール本文のヘッダに、”これは外部からのメールです”と表示されるようになった。 この仕組みは英語でVi …

no image

Outlookでoffice 365への接続がうまくいかない場合に確認すること

メールクライアントはoutlookを利用して、mail serverとしてoffice 365に接続している。 outlookメールに不具合が生じた時に確認すべて記項目をまとめておく。 まず接続ダイア …

2014年2月
« 1月   3月 »
 12
3456789
10111213141516
17181920212223
2425262728  

side bar top



アーカイブ

カテゴリー