我已经在一个RHEL6.5 EC2实例上创建了Ganglia的安装。我已经在这个主机上安装和配置了gmond、gmetad和gweb。我现在只想监视本地主机。我将本地主机配置为数据源。当我去http://localhost/ganglia2时,我会在火狐中得到一个“无法连接”的页面。知道为什么吗?
当我运行telnet localhost 8649和telnet 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 '^]'.’因此,连接似乎是存在的,但网络接口仍然不能工作。我做错了什么?
这是我的gmetad.conf文件:http://paste.ubuntu.com/7707627/
这是我的gmond.conf文件:http://paste.ubuntu.com/7707632/
发布于 2015-01-06 19:28:03
我想这个网址曾经是http://localhost/ganglia2,但现在网址是http://localhost/ganglia,你试过了吗?
https://serverfault.com/questions/608254
复制相似问题