Brilliant! Yes, I am using multicast. I had "toyed" with such a configuration where my gmetd.conf represents:
Data_source "red App cluster" redapp001:8600 redapp002:8600 (and so on.) but I did not test redundancy. Thanks to all for your replies/suggestions. I think this request has been fulfilled. Cheers. -Jess -----Original Message----- From: Ofer Inbar [mailto:[email protected]] Sent: Saturday, January 10, 2009 8:07 AM To: Jesse Alvarez Cc: [email protected] Subject: Re: [Ganglia-general] multiple gmond daemons on one host Jesse Alvarez <[email protected]> wrote: > Good question. My understanding is that you need one gmond as a > collector per cluster. So let's say "red App cluster" has 100 nodes in > its cluster. One of those or a separate instance somewhere would have to > be designated the collector. Since only one collector can run on a host, > Or am I totally missing the point of this? You seem to be using multicast, which is what I prefer. With multicast, every gmond is a "collector" without any extra effort on your part. Any gmond that can see multicasts from other gmond nodes on its cluster will collect all of their metrics, so if every cluster is configured to multicast to the same port & IP across the cluster, any one of those gmond's can be a data_source for your gmetad for that cluster. You can list multiple nodes on the data_source line for each cluster, so gmetad can fall back if the first one is down. As long as they're nodes that see the same multicasts, they'll have equivalent data. -- Cos ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

