I am trying to setup ganglia-3.1.7-3.el6.x86_64 in unicast mode.  I'm just
starting off with 1 cluster and it won't add any hosts in the web
interface, here is my configuration:

"server" running the web frontend and gmond, gmetad:

globals {
  daemonize = yes
  setuid = yes
  user = ganglia
  debug_level = 0
  max_udp_msg_len = 1472
  mute = no
  deaf = no
  allow_extra_data = yes
  host_dmax = 300 /*secs */
  cleanup_threshold = 300 /*secs */
  gexec = no
  send_metadata_interval = 30 /*secs */

cluster {
  name = "NRS-test"
  owner = "unspecified"
  latlong = "unspecified"
  url = "unspecified"
}

udp_send_channel {
  host = justin-test
  port = 8649
  ttl = 1
}

udp_recv_channel {
  port = 8649
}

tcp_accept_channel {
  port = 8649
}


And in gmetad, I have only this:   data_source "NRS-test" justin-test


"client" individual node:

all the same except no directive for udp_recv and tcp_accept.  Both hosts
are resolvable as justin-test in /etc/hosts.


Also, does gmetad have to be running on the nodes?  Where does it specify
the graph types for each host, etc?  I don't see how to customize what to
display in the frontend.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to