Hello,

I am new to Ganglia and try to find some documentation in order to better
understand how should I configure a simple cluster.
I have three machines. Two of them are running gmond and the third one is
running gmetad. I am trying to figure out what parameters
should be configured on each side ( gmond and gmetad )

I used the following but it didn't worked:

/etc/gmond.conf

      cluster {.
            name = "LinuxCL"
            owner = "unspecified"
            latlong = "unspecified"
            url = "unspecified"
      }

      /* The host section describes attributes of the host, like the
location */
      host {
            location = "unspecified"
      }

      /* Feel free to specify as many udp_send_channels as you like.  Gmond
      used to only support having a single channel */
      udp_send_channel {
            host = <HOSTNAME_OF_GMETAD_MACHINE>
            port = 8649
            ttl = 1
      }

      /* You can specify as many udp_recv_channels as you like as well. */
      udp_recv_channel {
            mcast_join = 239.2.11.71
            port = 8649
            bind = 239.2.11.71.
            }


/etc/gmetad.conf.

      data_source "LinuxCL" localhost


Thanks,

Ido


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to