Hi guys: On Tue, Oct 7, 2008 at 9:07 AM, Witham, Timothy D <[EMAIL PROTECTED]> wrote:
> gridname "global" > authority "http://ganglia.siteA.foo.com/global" > data_source "SiteA" 15 ganglia.siteA.foo.com:port > data_source "SiteB" 15 ganglia.siteB.foo.com:port > > Each gmetad also needs unique port numbers and rrd_rootdir. I put all my > rrd_rootdir at /var/lib/ganglia/rrds/<gridname>. Finally the web server > needs a copy of the PHP at the given authority URLs, with conf.php pointing > to the right RRDs and ports. Just thought I'd mention that the default "port" here in the data_source directive is the gmond port (which is 8649). If you want your "global" gmetad to aggregate other regional gmetads, you would specify the gmetad non-interactive port (8651 by default) in the data_source directive. In other words: data_source "SiteA" 15 ganglia.siteA.foo.com:8651 Hope this helps. Cheers, Bernard ------------------------------------------------------------------------- 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

