On Mon, Oct 29, 2007 at 12:35:48PM +0100, rayban wrote:
> I think the problem must be in the interface that ganglia is listening
> to, but I have no idea about how to solve this.

if you have gmond running in your head node and you are using multicast then 
you should bind that multicast ip to the internal interface by adding it to
the udp_recv_channel (assumming that eth1 is on 192.168.x.x)

  udp_recv_channel {
    mcast_join = 239.2.11.71
    mcast_if = eth1
    bind = 239.2.11.71
    port = 8649
  }

Carlo

PS. look at gmond.conf's man page for more details

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to