再度munin

サーバー監視をするためにいろいろな情報をグラフ化して表示させる。

jail側

cd /usr/ports/sysutils/munin-node
make install clean

munin.conf編集
cd /usr/local/etc/munin/
ee munin.conf

下記のところ追加編集
# a simple host tree
[tommybsd.plala.jp]
#    address 127.0.0.1
    address 192.168.1.248
    use_node_name yes

munin-node.conf編集
ee munin-node.conf下記を追加
allow ^192\.168\.1\.[0-9]+$

ホスト側

cd /usr/ports/sysutils/munin-node
make install clean
cd /usr/ports/sysutils/munin-master
make install clean
munin.conf編集
cd /usr/local/etc/munin/
ee munin.conf下記のところ追加編集
# a simple host tree 
[tommybsd90.tommy.ac.jp]
#    address 127.0.0.1
    address 192.168.1.242
    use_node_name yes

[tommybsd.plala.jp]
     address 192.168.1.248
     use_node_name yes

munin-node.conf編集
ee munin-node.conf下記を追加 
allow ^192\.168\.1\.[0-9]+$
カテゴリー: FreeBSD パーマリンク