hdknr’s posterous

 
Filed under

munin

 

風のうた - Muninを入れてみた

ただCPU温度だけはデフォルトでは表示されなかったので、ちょっと設定変更。

ln -s /usr/share/munin/plugins/acpi /etc/munin/plugins/

pluginsディレクトリに、acpi用プラグインのシンボリックリンクを作成。その後、muninのリスタート。

# /etc/init.d/munin-node restart

Filed under  //   acpi   munin  

Comments [0]

munin - とある技術屋の戯言

postfix_mailstats,postfix_mailvolumeを使う

postfix_* pluginのうち、postfix_mailqueueは普通にインストールしただけで使えましたが、後の2つは作業が必要でした。/usr/local/etc/munin/plugin-conf.d/plugins.conf(rpmだと/etc/munin/plugin-conf.d/munin-node)に追加が必要

[postfix*]
user root
env.logfile maillog

Filed under  //   munin   postfix  

Comments [0]

Munin でらくらくリソース監視生活 [Y-110's wiki]

監視ノードの起動

<MUNIN_SOURCE_DIR>/dists の下に各ディストリビューションのディレクトリがあり, その下に起動スクリプトの雛形があります。
munin-node の実行ファイルや設定ファイルのパスを確認して, 必要に応じて書き換えて下さい。

1. Debian

<MUNIN_SOURCE_DIR>/dists/debian/munin-node.init を使います。5)
update-rc コマンドで自動起動設定しておきましょう。

# cp munin-node.init /etc/init.d/munin-node && chmod +x /etc/init.d/munin-node
# update-rc munin-node.init defaults 90

Filed under  //   admin   munin  

Comments [0]

MOVION.net » Ubuntuにmuninのインストール

※Ubuntu 8.04.1

aptで、インストール。それだけですが・・・。

  1. sudo -s
  2. apt-get install libc6
  3. apt-get install libc6-dev
  4. apt-get install munin
  5. apt-get install munin-node

あとは、apacheの設定。
インストール後、/var/www/munin
以下にグラフ表示用HTMLが生成されているので、そこを表示可能とする。

/var/www/
自体を公開領域に指定しているなら、
http://localhost/munin/
で閲覧可能。

Filed under  //   install   munin  

Comments [0]