On Mon, 26 Mar 2007, Seth Graham wrote:

> Jeremy Hansen wrote:
> > I've setup ganglia in the past and typically it's pretty straight forward.  
> > Now I have to deal with nodes being in two completely separate networks 
> > where it seems udp broadcast are most likely filtered.
> > 
> > Is there just a simple config option to have nodes contact a host 
> > directly?
> > 
> > I was playing around with 
> > 
> > udp_send_channel, udp_recv_channel and tcp_accept_channel but I'm coming 
> > up short.  Perhaps something with my gmetad.conf?  Does gmetad accept the 
> > incoming connections or is this handled by another gmond running on the 
> > reporting host?
> 
> 
> udp_send_channel is the proper configuration option to send directly to 
> a host. You do need a gmond on the other end with udp_recv_channel AND 
> tcp_accept_channel set. Then have the data_source in gemtad.conf connect 
> to whatever you set in tcp_accept_channel.

On the remote host, this is my config:

udp_send_channel {
  host = 1.1.1.1
  port = 8649
}

On the receiving reporting server I have this:

/* You can specify as many udp_recv_channels as you like as well. */
udp_recv_channel {
  mcast_join = 239.2.11.71
  mcast_if = eth0
  port = 8649
  bind = 239.2.11.71
}

/* You can specify as many tcp_accept_channels as you like to share
   an xml description of the state of the cluster */
tcp_accept_channel {
  port = 8649
}

Not sure if this makes sense. I'm trying to circumvent having to use the 
mcast I think.  I don't have control over the network between these points 
and will probably have little ability to change it.

> I have this set up for a particular group of machines under my care, 
> which have to punch through a firewall that the external gmetad cannot 
> reach. Have a special gmond running on the gmetad host with the unique 
> configuration options, whom gmetad interfaces with.

Can you give an example of your config.  Right now my gmetad.conf is 
simple:

data_source "Blastoff Cluster" 1.1.1.1
gridname "Blastoff"
all_trusted on

Thank You
-jeremy

> 
> > 
> > Thanks for any pointers.
> > 
> > -jeremy
> > 
> > 
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Ganglia-general mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/ganglia-general
> 
> 


Reply via email to