On Fri, Aug 01, 2008 at 07:05:50PM -0400, Chris Stefanetti wrote: > Basically you need to have each cluster on a different multicast port like > so (the xml ports are the same for administrative ease).
I think is probably even easier to have all clusters in the default ports but use different multicast IPs for each cluster, that way you don't have to get gmetad to include a port for the data sources of each cluster, neither remember which port you should connect to for each cluster when testing it. any multicast IP would work, but it is probably a good idea to follow RFC2365 and keep track of them to avoid problems due to buggy switches but other than that it should be straight forward as you explained : in gmond.conf change cluster name and anything else you are interested and the mcast_join and bind entries to whatever multicast address you chose for each cluster, and in gmetad.conf just list the right nodes for each cluster as sources in separate lines. Carlo ------------------------------------------------------------------------- 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

