Re: [Ganglia-general] ganglia between two networks

2007-03-27 Thread Seth Graham
Jeremy Hansen wrote: > On the remote host, this is my config: udp_send_channel { host = 1.1.1.1 port = 8649 } This is right. 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.7

Re: [Ganglia-general] ganglia between two networks

2007-03-26 Thread Jeremy Hansen
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

Re: [Ganglia-general] ganglia between two networks

2007-03-26 Thread Seth Graham
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 dir

[Ganglia-general] ganglia between two networks

2007-03-26 Thread Jeremy Hansen
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