Ganglia では、2 つのクラスターを構成しました。クラスタ A には 2 つのノードがあり、クラスタ B にはそれぞれ 13 のノードがあります。クラスタ B は正常に機能しますが、クラスタ A にはノードが 1 つしか表示されていません。もう一方のノードには、以下に示すまったく同じ gmond.conf ファイルがあります。
globals {
daemonize = yes
setuid = yes
user = ganglia
debug_level = 0
max_udp_msg_len = 1472
mute = no
deaf = no
host_dmax = 0 /*secs */
cleanup_threshold = 300 /*secs */
gexec = no
send_metadata_interval = 0
}
cluster {
#name = "unspecified"
name = "rpt"
owner = "unspecified"
latlong = "unspecified"
url = "unspecified"
}
host {
location = "unspecified"
}
udp_send_channel {
#mcast_join = 239.2.11.71
host = qt-dw-master
port = 8557
ttl = 1
}
/*
udp_recv_channel {
#mcast_join = 239.2.11.71
port = 8557
#bind = 239.2.11.71
#bind = qt-dw-master
}
*/
tcp_accept_channel {
port = 8557
}
qt-dw-master の gmetad.conf を以下に示します。
data_source "rpt" 60 rpt0:8557 rpt1-db:8557
マルチキャストを使用してみましたが、機能しません。gmond のログファイルも探したいのですが、失敗しました。誰でもこの問題を解決できますか?