1

我尝试在 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。有什么建议吗?

4

0 回答 0