MongoDB Monitoring Service (mms) agent
MMS_API_KEY(required) Your mms API keyMMS_GROUP_IDYour mms Group idMMS_SERVEROptional 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 certificates
To 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