我尝试在 CEntOS 6.5 上安装 munin 和 munin-node
通过:yum --enablerepo=epel install munin munin-node
并在良好的安装中完成了一切。我已经通过 ( vi /etc/httpd/conf.d/munin.conf
) 编辑 Munin Apache 配置文件来配置 Apache 并添加以下内容:
Alias /munin /var/www/html/munin
<Directory /var/www/html/munin>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
我还创建了用户 admin 和 Restart Services
/etc/init.d/munin-node start
chkconfig munin-node on
service httpd restart
但我无法访问 MUNIN 的 web gui。有什么建议吗?