> Paul Choi wrote:
> >
> > Gmetad.conf pulls data from su01 and su02 (as I understand it):
> > data_source "su" 60 su01 su02
> >
> > All hosts in "su" cluster has these entries in gmond.conf:
> > udp_send_channel {
> >   mcast_join = su01.plaxo.com
> >   port = 8649
> > }

not really the source of your problem but for a unicast configuration you
should use instead (including all your collectors):

udp_send_channel {
  host = su01.plaxo.com
  port = 8649
}

Carlo

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to