DESCRIPTION
The gmond component manages Ganglia's gmond daemon. This daemon collects information at a node and uses multicast to distribute it over the network.
GMOND
The organization of the schema is very similar to the layout of the resulting configuration file. Please read Ganglia's documentation on the configuration of gmond for details.
-
/software/components/gmond/file: stringThe location of the configuration file. The correct value differs between Ganglia 3.0 (/etc/gmond.conf) and Ganglia 3.1 (/etc/ganglia/gmond.conf). There is no default value.
-
/software/components/gmond/clusterCluster configuration with attributes name, owner, latlong and url.
-
/software/components/gmond/hostHost configuration with attribute location.
-
/software/components/gmond/globalsConfiguration of gmond, with attributes daemonize, setuid, user, debug_level, mute, deaf, host_dmax, cleanup_threshold, gexec, send_metadata_interval and module_dir.
-
/software/components/gmond/udp_send_channelList of UDP channels to send information to. Per channel the attributes mcast_join, mcast_if, host, port and ttl may be configured.
-
/software/components/gmond/udp_recv_channelList of UDP channels to receive information from. Per channel the attributes mcast_join, mcast_if, bind, port, family and an acl may be configured.
-
/software/components/gmond/tcp_accept_channelList of TCP channels from which information is accepted. Per channel the attributes bind, port, family, timeout and an acl may be configured.
-
/software/components/gmond/collection_groupList of collection groups. Per collection group the attributes collect_once, collect_every, time_threshold and a list of metric descriptions can be specified. For each metric, the attributes name, title and value_threshold can be given.
-
/software/components/gmond/moduleList of modules. Per module the attributes name, language, path, params and param can be specified.
-
/software/components/gmond/includeOptional list of additional files to include.
SEE ALSO
See http://ganglia.wiki.sourceforge.net/ for documentation on Ganglia and gmond.