■muninでグラフが作成されない時の対処メモ
cpubyuserのグラフがうまく作成されていなかったので調べて対処した時のメモ。
・グラフの作成ログをチェック
# tail -200 /var/log/munin/munin-graph.log
以下のエラーを確認
[code]
[RRD ERROR] Unable to graph /var/www/html/munin/localhost/localhost/cpubyuser-month.png : opening ‘/var/lib/munin/–g.rrd’: No such file or directory
[RRD ERROR] Unable to graph /var/www/html/munin/localhost/localhost/cpubyuser-week.png : opening ‘/var/lib/munin/–g.rrd’: No such file or directory
[RRD ERROR] Unable to graph /var/www/html/munin/localhost/localhost/cpubyuser-day.png : opening ‘/var/lib/munin/–g.rrd’: No such file or directory
[RRD ERROR] Unable to graph /var/www/html/munin/localhost/localhost/cpubyuser-year.png : opening ‘/var/lib/munin/–g.rrd’: No such file or directory
[/code]
・以下のページを参考に該当箇所を修正
http://munin-monitoring.org/ticket/794
http://munin-monitoring.org/attachment/ticket/794/diff
# vi /usr/lib/perl5/vendor_perl/5.8.8/Munin/Master/HTMLOld.pm
# vi /usr/lib/perl5/vendor_perl/5.8.8/Munin/Master/LimitsOld.pm
# vi /usr/lib/perl5/vendor_perl/5.8.8/Munin/Master/Utils.pm
これで問題なくグラフが作成されるようになった。
muninでグラフが作成されない時の対処メモ http://t.co/G7kwfW5M #munin #scientific