2012-01-15 :-)
_ 午後
1600 劇場版けいおん 2 回目。往路の飛行機で夕焼けを眺めたときの唯の唇がエロかった
_ [munin]munin-node に他のホストから接続する
接続できないからなんでだろーなんでだろーと思ってたんだが
munin-node.conf - Munin - Trac
allow: A regular expression defining which hosts that may query the munin-node process. Directive may be repeated. May be replaced by cidr_allow.
もしかして
% diff -u /usr/pkg/etc/munin/munin-node.conf.orig /usr/pkg/etc/munin/munin-node.conf --- /usr/pkg/etc/munin/munin-node.conf.orig 2012-01-15 23:27:57.000000000 +0900 +++ /usr/pkg/etc/munin/munin-node.conf 2012-01-15 23:27:52.000000000 +0900 @@ -35,5 +35,5 @@ allow ^127\.0\.0\.1$ -allow ^192\.168\.0\. +allow ^192\.168\.0\..*
もしかして
% telnet mogu 4949 Trying 192.168.0.23... Connected to mogu. Escape character is '^]'. # munin node at mogu.area51.gr.jp list irqstats processes postfix_mailqueue if_errcoll_pcn0 memory_types swap_size memory_pools df netstat interrupts uptime swap load nfsd cpu if_pcn0 iostat forks open_files memory vmstat iostat_ops nfs_cl quit Connection closed by foreign host.
アッー
[ツッコミを入れる]