The ganglia
sink uses the gmetric
tool of the Ganglia Monitoring System to submit the metrics
{
"<name>": {
"type": "ganglia",
"meta_as_tags" : true,
"gmetric_path" : "/path/to/gmetric",
"add_ganglia_group" : true
}
}
type
: makes the sink anganglia
sinkmeta_as_tags
: print all meta information as tags in the output (optional)gmetric_path
: Path togmetric
executable (optional). If not given, the sink searches in$PATH
forgmetric
.add_ganglia_group
: Add--group=X
based on meta information to thegmetric
call. Some old versions ofgmetric
do not support the--group
option.