Vladimir wrote:
> 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
>   
we have a patch that fixes mcast_if in the current ganglia trunk which 
will become 3.1.x.

also, you are not required to use multicast over the wide-area.  you can 
also configure the udp_send_channel is use unicast instead.

good luck
-matt


>
> 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
>
>
>   



-------------------------------------------------------------------------
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