Ian Cunningham wrote:
> 'John',
>
> The option mcast_if is still valid in gmond.conf. It belongs in a 
> udp_send_channel or udp_recv_channel section, for example:
>
> udp_send_channel {
>   mcast_join = 239.2.11.71
>   port = 8649
>   mcast_if = eth1
> }

Be advised however that it may not work if you have multiple interface. 
We fixed it by  adding 239.2.11.0/24 to the routing table.

      /sbin/route add -net 239.2.11.0 netmask 255.255.255.0 eth1


Vladimir

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to