Thanks!

But what I am wondering is what interface's is it using to gather these
stats and can I bind these to an interface?:

collection_group {
  collect_every = 40
  time_threshold = 300
  metric {
    name = "bytes_out"
    value_threshold = 4096
  }
  metric {
    name = "bytes_in"
    value_threshold = 4096
  }
  metric {
    name = "pkts_in"
    value_threshold = 256
  }
  metric {
    name = "pkts_out"
    value_threshold = 256
  }


Craig



On Tue, Jul 29, 2008 at 11:25 AM, Klaus Steden <[EMAIL PROTECTED]>wrote:

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


-- 
Get Creative!!! @ http://3rdstone.net
Use your BRAIN @ http://brainradar.com
Get Wisdom @ http://www.youtube.com/profile_videos?user=drturistar&p=r


"In the circle the beginning and the end are common"
~ Heraclitis (540-480BC)
-------------------------------------------------------------------------
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