Hello,
I am having trouble in configuring two separate clusters in Ganglia.

Version
ganglia-gmond-3.0.1-1
ganglia-monitor-core-lib-2.5.7-1
ganglia-gmetad-3.0.1-1
ganglia-web-3.0.2-1

/etc/gmetad.con  on web1

data_source "WEB SERVER" web1:864  Web2:8649 web3:8649 web3:8649
data_source "SQL Cluster" SQL1:8649 SQL2:8649 SQL3

/etc/gmond./conf on web1, web2, web3, sql1, sql2, sql3

globals {
setuid = yes
user = nobody
cleanup_threshold = 300 /*secs */
}
cluster {
name = "Web Cluster"
owner = "Our Company Name"
}

udp_send_channel {
host = Web1
mcast_if = eth1
port = 8649
}

udp_recv_channel {
port = 8649
       acl {
         default = "allow"
         access {
           ip = 192.168.248.0
           mask = 32
           action = "allow"
         }
       }
}
tcp_accept_channel {
port = 8649
acl{
default="allow"
access {
ip= 192.168.240.0
mask = 32
action = "allow"
}
}
}

gmond is running on all the nodes adn gmetad is running on web1 (master for ganglia).
Now the problem is that all the nodes are displayed in the same cluster.
data_source "WEB SERVER" web1:864  Web2:8649 web3:8649 web3:8649
data_source "SQL Cluster" SQL1:8649 SQL2:8649 SQL3:8649
From these statements I was expecting that web1, web2, adn web3 will be in WEB SERVER cluster and SQL1, SQL2 and SQL3 will be in SQL Cluster.
My SQL Cluster is empty.
Can some one give me hint what I am missing.
Thank you,
-Jai

Reply via email to