Ryan Dooley wrote:
> Greetings,
>
> I'm trying to setup different ganglia grids (based on a product or service).
>
> In my gmond.conf, which aside from the multicast ttl's being set, I've got 
> something that looks like this for cluster:
>
> cluster {
>   name = "product a"
>   owner = "an owner"
>   latlong = "unspecified"
>   url = "http://ganglia/";
> }
>
> (the name changes for every group of machines I'm trying track)
>
> Connecting to a running ganglia instance does in fact show the output wrapped 
> in a <CLUSTER> correctly but the web interface never breaks out the specific 
> grids I've setup, they all get lumped together instead of by "grid".
>
> I've kept the defaults for the udp_{send,recv}_channels.  Do I need to change 
> the multicast address and/or port for each service?
>
> Cheers,
> Ryan
>   
Ryan,

My understanding is:

1. You separate (multicast) clusters by using different ports. You also 
use individual data_source lines in your gmetad.conf

2. You separate grids by using different gmetad's.

The second one might be wrong, but it is how I do things. The first one 
is what I think you are looking for (Grid vs Cluster == confusing at first).

Cheers,
Ian


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to