Ganglia无法访问:You don’t have permission to access /ganglia on this server
如果你之前配置都没问题,那应该只要修改这里就好了:
在flume目录***释掉上面的规则,最后添加Require all granted
[[email protected] flume]# vim /etc/httpd/conf.d/ganglia.conf
保存退出 Esc -> :wq!
然后重启一下:
[[email protected] flume]# sudo service httpd restart
[[email protected] flume]# sudo service gmetad restart
[[email protected] flume]# sudo service gmond restart
再次访问http://192.168.56.136/ganglia,成功