Have 2 clusters on the same subnet. Super and Duper let's say.

How can I best configure /etc/gmetad.conf on the polling server and
/etc/gmond.conf on the clients to not mix data. Want to see these se 2
different entities.

Would like these 2 cluster to be as separate as possible.

Is in /etc/gmetad.conf editing
data_source "Super Cluster" super01 super02
data_source "Duper Cluster" duper01 duper02

The best/only way to separate them?

I do understand that /etc/gmond.conf can be edited like this:

on Super:
/* If a cluster attribute is specified, then all gmond hosts are wrapped
inside
 * of a <CLUSTER> tag.  If you do not specify a cluster tag, then all
<HOSTS> will
 * NOT be wrapped inside of a <CLUSTER> tag. */
cluster {
  name = "Super"
  owner = "unspecified"
  latlong = "unspecified"
  url = "unspecified"
}

on Duper:
/* If a cluster attribute is specified, then all gmond hosts are wrapped
inside
 * of a <CLUSTER> tag.  If you do not specify a cluster tag, then all
<HOSTS> will
 * NOT be wrapped inside of a <CLUSTER> tag. */
cluster {
  name = "Duper"
  owner = "unspecified"
  latlong = "unspecified"
  url = "unspecified"
}


Is there more that can be done? I don't understand the Multicast channel
part. What if anything should I edit there to separate?

Craig






-- 
Get Creative!!! @ http://3rdstone.net
Use your BRAIN @ http://brainradar.com
Get Wisdom @ http://www.youtube.com/profile_videos?user=drturistar&p=r


"In the circle the beginning and the end are common"
~ Heraclitis (540-480BC)
-------------------------------------------------------------------------
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