Misc Tips: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
*munin の contrib plugin の multimemory で絵に描いたような bug にハマった
[https://github.com/munin-monitoring/contrib/blob/master/plugins/processes/multimemory]
:取りたい process が取れないのでよく調べたら、
<pre>
ps auxww | grep -w $name | grep -v grep
</pre>
:私のドメイン名が egrep.jp (爆)。引数で FQDN 取っているのが引っかかった(爆爆)。
:解決法としてかっこいいのが、
[a]pache2
:らしい
*jmxのメトリックスをポートごとで取りたい
*jmxのメトリックスをポートごとで取りたい
  [http://serverfault.com/questions/374288/multiple-munin-nodes-per-machine Multiple munin-nodes per machine]
  [http://serverfault.com/questions/374288/multiple-munin-nodes-per-machine Multiple munin-nodes per machine]