I have an interesting issue that I am sure is a *simple fix but cannot
seem to find the correct variable to set. 

 

Problem:

If a (source) server listed in the data_source directive becomes
unavailable, the source does not move on to the next available
server(s). 

 

Example:

 

Gemtad.conf: 

data_source "App cluster" app001:8600 app100:8600 app200:8600

 

Problem:

-          app001 becomes unavailable for some reason. 

-          Source data should now be pulled from app002, but it does not

 

Gmond.conf from source: (identical across all servers in the "App
cluster") gmond 3.0.3

globals {

  daemonize = yes

  setuid = yes

  user = nobody

  debug_level = 1

  max_udp_msg_len = 1472

  mute = no

  deaf = no

  host_dmax = 0 /*secs */

  cleanup_threshold = 300 /*secs */

  gexec = no

}

 

udp_send_channel {

  mcast_join = app001

  port = 8600

}

udp_send_channel {

  mcast_join = app002

  port = 8600

}

udp_send_channel {

  mcast_join = app003

  port = 8600

}

udp_send_channel {

  mcast_join = app004

  port = 8600

}

udp_send_channel {

  mcast_join = app005

  port = 8600

}

 

 

udp_recv_channel {

  port = 8600

}

 

###################################################################

/* You can specify as many udp_recv_channels as you like as well. */

udp_recv_channel {

  port = 8600

}

###################################################################

/* You can specify as many tcp_accept_channels as you like to share

   an xml description of the state of the cluster */

tcp_accept_channel {

  port = 8600

}

 

/* This collection group will cause a heartbeat (or beacon) to be sent
every

   20 seconds.  In the heartbeat is the GMOND_STARTED data which
expresses

   the age of the running gmond. */

collection_group {

  collect_once = yes

  time_threshold = 20

  metric {

    name = "heartbeat"

  }

 

**Collection group variables are set to defaults.

 

 

Any pointers are appreciated. 

 

-Jesse

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to