On Mon, 2004-11-01 at 17:47, Foster, Scott (MS) wrote: > I've successfully setup ganglia (thanks to everyone on this list), but now I > want to try and break out our cluster into smaller sub clusters. > 1) Production Nodes > 2) Remote Nodes > 3) Test Nodes > > I'm trying to do all this with one server running gmetad for all the nodes in > the cluster regardless of their different status. Is this even possible? > > I've been playing with different multicast addresses and xml addresses and > haven't had much success. Has anyone ever tried this before?
Yes, this is possible, I'm currently running ganglia like this. I have a different gmond.conf for each subcluster. The only thing that changes between the gmond.conf's is the "name" and "mcast_channel", all other settings are the same. As for the gmetad.conf, here's the crucial part of it: data_source "Head Cluster" 300 10.10.1.19 data_source "Storage" 300 10.10.1.1 data_source "Monitor" 300 localhost

