Sends mongodb db.serverStatus() to the graphite.
476
Sends mongodb db.serverStatus() to the graphite.
Application is distributed as a docker container, which can be found here:
https://registry.hub.docker.com/u/tenshi/mongodb-graphite/
So you just need to pull it:
docker pull tenshi/mongodb-graphite
and then run it:
docker run -d tenshi/mongodb-graphite
The docker container accept following environment variables:
So if your carbon-cache is running on 192.168.10.105:8111, mongo is on host 192.168.10.105 and you would like to report status every 2 seconds, then you can use this config:
docker run -d \
-e MONGO_HOST=192.168.10.105 \
-e GRAPHITE_PORT=8111 \
-e GRAPHITE_HOST=192.168.10.105 \
-e "REPORT_INTERVAL=2 seconds" \
tenshi/mongodb-graphite
The repo is here:
https://github.com/commercetools/mongodb-graphite-lock-stats
Content type
Image
Digest
sha256:007f8e80a…
Size
474.3 MB
Last updated
almost 11 years ago
docker pull tenshi/mongodb-graphite