1 /* This configuration is as close to 2.5.x default behavior as possible
2 The values closely match ./gmond/metric.h definitions in 2.5.x */
11 allow_extra_data = yes
12 host_dmax = 0 /*secs */
13 cleanup_threshold = 300 /*secs */
15 send_metadata_interval = 0
19 * The cluster attributes specified will be used as part of the <CLUSTER>
20 * tag that will wrap all hosts collected by this instance.
25 latlong = "unspecified"
29 /* The host section describes attributes of the host, like the location */
31 location = "unspecified"
34 /* Feel free to specify as many udp_send_channels as you like. Gmond
35 used to only support having a single channel */
37 mcast_join = 239.2.11.71
42 /* You can specify as many udp_recv_channels as you like as well. */
44 mcast_join = 239.2.11.71
49 /* You can specify as many tcp_accept_channels as you like to share
50 an xml description of the state of the cluster */
55 /* Each metrics module that is referenced by gmond must be specified and
56 loaded. If the module has been statically linked with gmond, it does
57 not require a load path. However all dynamically loadable modules must
58 include a load path. */
93 include ('/etc/ganglia/conf.d/*.conf')
95 /* The old internal 2.5.x metric array has been replaced by the following
96 collection_group directives. What follows is the default behavior for
97 collecting and sending metrics that is as close to 2.5.x behavior as
100 /* This collection group will cause a heartbeat (or beacon) to be sent every
101 20 seconds. In the heartbeat is the GMOND_STARTED data which expresses
102 the age of the running gmond. */
111 /* This collection group will send general info about this host every
113 This information doesn't change between reboots and is only collected
117 time_threshold = 1200
128 title = "Memory Total"
130 /* Should this be here? Swap can be added/removed between reboots. */
133 title = "Swap Space Total"
137 title = "Last Boot Time"
140 name = "machine_type"
141 title = "Machine Type"
145 title = "Operating System"
149 title = "Operating System Release"
157 /* This collection group will send the status of gexecd for this host
159 /* Unlike 2.5.x the default behavior is to report gexecd OFF. */
165 title = "Gexec Status"
169 /* This collection group will collect the CPU status info every 20 secs.
170 The time threshold is set to 90 seconds. In honesty, this
171 time_threshold could be set significantly higher to reduce
172 unneccessary network chatter. */
179 value_threshold = "1.0"
184 value_threshold = "1.0"
189 value_threshold = "5.0"
194 value_threshold = "1.0"
199 value_threshold = "5.0"
204 value_threshold = "1.0"
207 /* The next two metrics are optional if you want more detail...
208 ... since they are accounted for in cpu_system.
211 value_threshold = "1.0"
216 value_threshold = "1.0"
228 value_threshold = "1.0"
229 title = "One Minute Load Average"
233 value_threshold = "1.0"
234 title = "Five Minute Load Average"
237 name = "load_fifteen"
238 value_threshold = "1.0"
239 title = "Fifteen Minute Load Average"
243 /* This group collects the number of running and total processes */
249 value_threshold = "1.0"
250 title = "Total Running Processes"
254 value_threshold = "1.0"
255 title = "Total Processes"
259 /* This collection group grabs the volatile memory metrics every 40 secs and
260 sends them at least every 180 secs. This time_threshold can be increased
261 significantly to reduce unneeded network traffic. */
267 value_threshold = "1024.0"
268 title = "Free Memory"
272 value_threshold = "1024.0"
273 title = "Shared Memory"
277 value_threshold = "1024.0"
278 title = "Memory Buffers"
282 value_threshold = "1024.0"
283 title = "Cached Memory"
287 value_threshold = "1024.0"
288 title = "Free Swap Space"
297 value_threshold = 4096
302 value_threshold = 4096
303 title = "Bytes Received"
307 value_threshold = 256
308 title = "Packets Received"
312 value_threshold = 256
313 title = "Packets Sent"
317 /* Different than 2.5.x default since the old config made no sense */
320 time_threshold = 3600
323 value_threshold = 1.0
324 title = "Total Disk Space"
333 value_threshold = 1.0
334 title = "Disk Space Available"
337 name = "part_max_used"
338 value_threshold = 1.0
339 title = "Maximum Disk Space Used"