Extract metrics from Ganglia Monitoring Daemon (gmond) to Fluentd.
2.4K
Repository name in Docker Hub: williamyeh/gmond2fluentd
This program extracts metrics from Ganglia Monitoring Daemon (gmond) to Fluentd.
Same as native executable, excluding -s and -d options since they are replaced by Docker's container linking mechanism.
Usage:
docker run williamyeh/gmond2fluentd \
--link ganglia:ganglia \
--link fluentd:fluentd \
tcp [options]
docker run williamyeh/gmond2fluentd \
--link ganglia:ganglia \
--volumes-from fluentd \
file <json_file> [options]
docker run williamyeh/gmond2fluentd --help
docker run williamyeh/gmond2fluentd --version
Options:
-t <tag>, --tag <tag> tag sending to Fluentd's in_forward plugin
[default: ganglia].
-p <seconds>, --period <seconds> interval of metric query [default: 60]
--stdout also dump to stdout.
Send to Fluentd's in_forward (TCP port 24224):
$ docker-compose up -d
$ docker logs -f docker_demotcp_1
Send to Fluentd's in_tail (plaintext file)
$ docker-compose -f docker-compose-file.yml up -d
$ docker logs -f docker_demofile_1
williamyeh/dash, a Docker image for static DASH (“the Debian Almquist Shell”) without GPLv2 parts.Apache License V2.0. See LICENSE file for details.
Content type
Image
Digest
sha256:52a124eb6…
Size
1.6 MB
Last updated
almost 11 years ago
docker pull williamyeh/gmond2fluentd