科学の箱

科学・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

Nortel ERS Troubleshooting.

コマンド一覧 show logging reverse-order show port-statistics show qos queue-set show environmental show st …

no image

Radiusでのログインが失敗するときの対応

Screen OSでRadiusを利用してログインをする時に正しいユーザーIDとパスワードを入力しているにもかかわらず、失敗する。 ローカルログインは成功するのでプロトコル(https/ssh)でマネ …

no image

エスカレーションついて考える

マネージャへのエスカレーションについて考える。 # 目的 まず明らかにするのは何を要求するのか 過去一ヶ月ほどでいろいろな課題を送り出したが、反応がまったくないとか、あっても的外れ、あるいは進捗が遅い …

no image

Office 365でone driveの制限を確認する方法

Office 365へログイン。設定アイコンをクリックして、Site Settingsを選択 Site Settings右下にあるStorage Metricsを選択 タイトルすぐ下にアサインされてい …

no image

Vimチートシートでよさそうなの

http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html 英語版だし、はじめてのチートシートとしては少々分かりずらい。ただキー …

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

side bar top



アーカイブ

カテゴリー