#前提・実現したいこと
munin2でグラフの拡大表示がしたい
#発生している問題・エラーメッセージ
グラフをクリックしても以下の画像のように表示されてしまいます。
(Dynazoomが動作しません)
SELinuxは無効になっています。
お詳しいかた、誠に恐縮ですがご教授いただけますと幸いです。
#問題が発生するまでの流れ・手順
・CentOS7.7Minimal x86_64-Minimal-1908をインストール
・SELinux (Security-Enhanced Linux)を無効→再起動
・firewalldのポートHTTPを開ける
・Apache/2.4.6 (CentOS) をインストール
・yumのパッケージをアップデート
yum -y update
・EPELのインストール
yum install -y epel-release
・Muninのインストール
yum --enablerepo epel install -y munin
・munin-nodeを起動
systemctl start munin-node
・vlgothic-fonts、vlgothic-p-fontsをインストール
yum install vlgothic-fonts vlgothic-p-fonts
・強制的にグラフをアップデート
su - munin --shell=/usr/bin/munin-cron
・ブラウザからアクセス
http://192.168.3.50/munin/
→グラフの拡大表示ができませんでした。
・munin-cgiをインストールしていなかった為、インストール
yum -y install munin-cgi
以下HPを参考に
munin 2 で Dynazoom が表示されないのを対処した
・/etc/munin/munin.confの以下を編集(追記)し、
cgiurl_graph /munin-cgi/munin-cgi-graph
・/etc/httpd/conf.d/munin.confを編集しようとしたところ
該当のファイルが存在しませんでした。
・アクセスすると、以下のようにログに表示されます。
tail -f /var/log/httpd/error_log
[Wed Feb 12 22:04:27.851817 2020] [cgi:error] [pid 15249] [client 192.168.3.14:62953] script not found or unable to stat: /var/www/cgi-bin/munin-cgi-graph, referer: http://192.168.3.50/munin/static/dynazoom.html?cgiurl_graph=/munin-cgi/munin-cgi-graph&plugin_name=localhost/localhost/fw_conntrack&size_x=800&size_y=400&start_epoch=1581404407&stop_epoch=1581512407
#問題の発生した環境
CentOS7.7Minimal x86_64-Minimal-1908
Apache/2.4.6 (CentOS)
Munin version 2.0.5
あなたの回答
tips
プレビュー