Ubuntuにmuninのインストール
※Ubuntu 8.04.1
aptで、インストール。それだけですが・・・。
-
sudo -s
-
apt-get install libc6
-
apt-get install libc6-dev
-
apt-get install munin
-
apt-get install munin-node
あとは、apacheの設定。
インストール後、/var/www/munin
以下にグラフ表示用HTMLが生成されているので、そこを表示可能とする。
/var/www/
自体を公開領域に指定しているなら、
http://localhost/munin/
で閲覧可能。




