This Docker image with MongoDB Monitoring Agent
1M+
We needed a better way to monitoring mongodb in our environment. This Docker will allow you use the MongoDB monitoring agent to make that job.
The Cloud Manager Monitoring Agent is a lightweight component that runs within your infrastructure, connects to your MongoDB processes, collects data about the state of your deployment, and then sends the data to Cloud Manager, which processes and renders the data.
MongoDB Monitoring Agent need munin-node running in the same host to collect hardware statistics, like cpu, memory, disk.
This Docker run both mongodb-mms-agent and munin-node.
docker run --name mongodb-mms-agent --env "MMS_GROUP_ID=YOUR_MMS_GROUP_ID" --env "MMS_API_KEY=YOUR_MMS_KEY" --privileged --net=host neowaylabs/mongodb-mms-agent
Note: You need change YOUR_MMS_GROUP_ID and YOUR_MMS_KEY. see also https://docs.cloudmanager.mongodb.com/reference/automation-agent/
Content type
Image
Digest
Size
75.7 MB
Last updated
over 6 years ago
docker pull neowaylabs/mongodb-mms-agent