MongoDB Monitoring Service (mms) agent
MMS_API_KEY (required) Your mms API keyMMS_GROUP_ID Your mms Group idMMS_SERVER Optional override of the mms server URL to connect toMMS_MUNIN (boolean, default: true) Whether to use muninMMS_CHECK_SSL_CERTS (boolean, default: true) Whether to check SSL certificatesTo run the monitoring agent use mongodb-mms-monitoring-agent. If you want to add extra config options mount a file volume to /monitoring-agent.config
docker run -d --restart="always" -h $(hostname) --env="MMS_API_KEY=YOUR_API_KEY" greatcloak/docker-mms-agent mongodb-mms-monitoring-agent
To run the backup agent use mongodb-mms-backup-agent. If you want to add extra config options mount a file volume to /backup-agent.config.
docker run -d --restart="always" -h $(hostname) --env="MMS_API_KEY=YOUR_API_KEY" greatcloak/docker-mms-agent mongodb-mms-backup-agent
Content type
Image
Digest
sha256:7e30303e4…
Size
97.3 MB
Last updated
about 11 years ago
docker pull misakai/mms-agent