web-dev-qa-db-ja.com

問題:ムニングラフ

私はMuninを15日間インストールしようとしましたが、情報を探し、ログを分析し、YUMを使用してMuninを削除して再インストールしました。私はCentOSを搭載したVPSでMediaTempleでホストされています。問題はまだそこにあり、それは私を狂わせています。

グラフィックは次のように表示されます。

http://imageshack.us/photo/my-images/833/capturadepantalla201106u.png/

これは私のmunin.confファイルの構成です

dbdir   /var/lib/munin
htmldir /var/www/munin
logdir  /var/log/munin
rundir  /var/run/munin

[localhost]
    address **.**.***.*** #IP VPS

これは私のmunin-node.confファイルの構成です

log_level 4
log_file /var/log/munin/munin-node.log
port 4949
pid_file /var/run/munin/munin-node.pid
background 1
setseid 1

# Which port to bind to;
Host *
user root
group root
setsid yes

# Regexps for files to ignore

ignore_file ~$
ignore_file \.bak$
ignore_file %$
ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$

allow ^127\.0\.0\.1$

どうもありがとう、私はすべての答えに感謝します

Munin-graph.logを更新します

Jun 22 16:30:02 - Starting munin-graph
Jun 22 16:30:02 - Processing domain: localhost
Jun 22 16:30:02 - Graphed service : open_inodes (0.14 sec * 4)
Jun 22 16:30:02 - Graphed service : sendmail_mailtraffic (0.10 sec * 4)
Jun 22 16:30:02 - Graphed service : Apache_processes (0.12 sec * 4)
Jun 22 16:30:02 - Graphed service : entropy (0.10 sec * 4)
Jun 22 16:30:02 - Graphed service : sendmail_mailstats (0.14 sec * 4)
Jun 22 16:30:02 - Graphed service : processes (0.14 sec * 4)
Jun 22 16:30:03 - Graphed service : Apache_accesses (0.27 sec * 4)
Jun 22 16:30:03 - Graphed service : Apache_volume (0.15 sec * 4)
Jun 22 16:30:03 - Graphed service : df (0.21 sec * 4)
Jun 22 16:30:03 - Graphed service : netstat (0.19 sec * 4)
Jun 22 16:30:03 - Graphed service : interrupts (0.14 sec * 4)
Jun 22 16:30:03 - Graphed service : swap (0.14 sec * 4)
Jun 22 16:30:04 - Graphed service : load (0.11 sec * 4)
Jun 22 16:30:04 - Graphed service : sendmail_mailqueue (0.13 sec * 4)
Jun 22 16:30:04 - Graphed service : cpu (0.21 sec * 4)
Jun 22 16:30:04 - Graphed service : df_inode (0.16 sec * 4)
Jun 22 16:30:04 - Graphed service : open_files (0.16 sec * 4)
Jun 22 16:30:04 - Graphed service : forks (0.13 sec * 4)
Jun 22 16:30:05 - Graphed service : memory (0.26 sec * 4)
Jun 22 16:30:05 - Graphed service : nfs_client (0.36 sec * 4)
Jun 22 16:30:05 - Graphed service : vmstat (0.10 sec * 4)
Jun 22 16:30:05 - Processed node: localhost (3.45 sec)
Jun 22 16:30:05 - Processed domain: localhost (3.45 sec)
Jun 22 16:30:05 - Munin-graph finished (3.46 sec)
1
Pablo

この問題は、muninがrrdデータのグラフ化に使用しているフォントが欠落しているb/cだと思います。

/var/log/munin/munin-graph.logにエラーはありますか?

1
3dinfluence