Hello Listmembers,

I Just started using ganglia and am really impressed! The default setup worked
out of the box. Really nice "plug&play". I changed the Setup from Multicast to
Unicast, still works as expected!

Now i want to add another Cluster but keep my 2pc setup.

i tried the setup below, but cant seem to get pc2 to be viewed
as part of work-cluster, it still gets rendert in mgmt-cluster. 

i use the latest ganglia 3.1.1.

pc2 is deaf! - but that could be changed if its needed == if a 
client->monitorhost
push setup doesnt work with multiple clusters.

id be happy to hear what i am doing wrong, or where i can find information on 
setting
up a multicluster ganglia setup.

thanks
 Max

below - my (dream)setup (stripped down) ....that doesnt actually do what i 
think it should :)
-------------------------------------------------------

pc1 = gmond, gmetad, ganglia webinterface
gmond.conf:
....
cluster
{
name=mgmt-cluster
}

udp_send_channel { 
  host = localhost
  port = 8649 
  ttl = 1 
} 

udp_recv_channel {
  port = 8649
}

gmetad.conf:
....
data_source 10 "mgmt-cluster" localhost
data_source 10 "work-cluster" localhost

------------------------------------------------------
pc2 = gmond
gmond.conf:
....
cluster
{
name=work-cluster
}
udp_send_channel { 
  host = pc1
  port = 8649 
  ttl = 1 
} 

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to