我在 RHEL 6.5 EC2 实例上创建了 Ganglia 安装。我已在此主机上安装并配置了 gmond、gmetad 和 gweb。我现在只想监控本地主机。我已将本地主机配置为数据源。当我访问 时,http://localhost/ganglia2
Firefox 中出现“无法连接”页面。知道原因吗?
当我运行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 '^]'.’
看来连接已经建立,但 Web 界面仍然无法使用。我做错了什么?
这是我的 gmetad.conf 文件: http://paste.ubuntu.com/7707627/
这是我的 gmond.conf 文件: http://paste.ubuntu.com/7707632/
答案1
我认为 URL 曾经是http://localhost/ganglia2
,但现在 URL 是http://localhost/ganglia
,您尝试过吗?