Ganglia multicast with clustering

Posted by luckytaxi on Server Fault See other posts from Server Fault or by luckytaxi
Published on 2014-05-29T20:59:55Z Indexed on 2014/05/29 21:32 UTC
Read the original article Hit count: 212

Filed under:

Let's say I have two hosts. One acts as the server where gmetad and a local gmond resides. It also has the web interface. I then have a client that only has gmond configure as follows.

Anyways, everything works fine if i remove the mcast_join line from the udp_recv_channel If I leave it as is the UI doesn't show any hosts. I'm following the quick start guide found here

In my gmond.conf file i have the following.

udp_send_channel {
  mcast_join = host1
  port = 8661
  ttl = 1
}

udp_recv_channel {
  port = 8661
  retry_bind = true
  mcast_join = host1
  bind = host1
}

In my gmetad.conf file i have.

data_source "Infrastructure" host1:8661 host2:8661

© Server Fault or respective owner

Related posts about ganglia