Ganglia – gmond + gmetad工作,gweb不

我已经在RHEL 6.5 EC2实例上创build了Ganglia的安装。 我有gmond,gmetad和gweb都安装和configuration在这台主机上。 我只是想现在监视本地主机。 我有本地主机configuration为数据源。 当我转到http://localhost/ganglia2 ,在Firefox中出现“无法连接”页面。 任何想法为什么?

当我运行telnet localhost 8649telnet localhost 8651 ,我得到的XML转储没有任何问题。

当我运行telnet localhost 8652 ,我得到这个输出:

 'Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.' 

所以似乎连接在那里,但Web界面仍然无法正常工作。 我究竟做错了什么?

这是我的gmetad.conf文件: http ://paste.ubuntu.com/7707627/

这是我的gmond.conf文件: http ://paste.ubuntu.com/7707632/

我想有一点URL是http://localhost/ganglia2但现在URL是http://localhost/ganglia ,你试过了吗?