On Mon, Oct 13, 2008 at 07:35, Hardik Shah <[EMAIL PROTECTED]> wrote: > I have ganglia cluster on which clients are configured to run gmond from > different different subnets. Then I am able to start gmond on them but not > able to see on web frontend. > > Only clients from the same subnet of master are able to see on web frontend. > > Can anyone help here?
Sounds like you are using multicast to send your data within each subnet. You could try configuring your switches to pass mutlicast traffic (see your manual for details on that). Alternately, you could configure you compute nodes to use unicast, and send all traffic to gmond on a single host (which is then polled by gmetad). -- Jesse Becker GPG Fingerprint -- BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2 ------------------------------------------------------------------------- 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

