Hi Craig,

It shouldn¹t be a problem do bind gmond to your bonded interface ... to bind
it to a specific interface, you¹ll need to specify the interface name in the
send/recv stanzas according to your needs. My setup uses multiple NICs as
well, and looks a little like this:

-- cut --

/* UDP Channels for Send and Recv */

udp_recv_channel {
        mcast_join = 224.0.0.1
        port = 8649
        mcast_if = eth0
}

udp_send_channel {
        mcast_join = 224.0.0.1
        port = 8649
        mcast_if = eth0
}

-- cut --

hth,
Klaus

On 7/29/08 11:13 AM, "Craig Simpson" <[EMAIL PROTECTED]>did etch on stone
tablets:

> 
> Pardon my uncertainty but about the default checks in /etc/gmond.conf. For the
> Network stuff, what interface is it binding to? How does it figure that out.
> On my cluster I have several interfaces and am doing NIC Bonding on Linux. So
> really I would want to bind that to and alias.
> 
> Thanks!
> Craig


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to