CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Munin [#j37dea39]
**Apache24 munin.conf [#h0b7bf60]

 Alias /munin	/usr/local/www/munin/
 
 <Directory "/usr/local/www/munin/">
      Options none
      AllowOverride Limit
 
      Require all denied
      Require all granted
      #Require host example.com
      #Require host 172.16.1.139
 </Directory>

**Munin 複数nodeの監視 [#y6963981]

***監視サーバ側 [#x8a107f2]

/usr/local/etc/munin/munin.conf

 # a simple host tree
 [blackcube2.smb.net]
     address 127.0.0.1
     use_node_name yes
    
    
 [blackcube.smb.net]
   address 219.117.246.201
   use_node_name yes
 

***監視対象サーバ側 [#md2248eb]

/usr/local/etc/munin/munin-node.conf

 allow ^127\.0\.0\.1$
 allow ^::1$
 allow ^219\.117\.246\.200$

*munin の過去データ グラフデータ [#fe765cf4]
移行時、これまでのデータを引き継ぎたい場合は、それまでのデータは、

 /var/munin

以下にあります。

----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS