the docs state
To setup MMS, simply set your keys in node['mongodb']['mms_agent']['api_key'] and then add the sc-mongodb::mms_monitoring_agent recipe to your run list.
When doing so, this leads to a /etc/mongodb-mms/monitoring-agent.config without any mmsApiKey or mmsGroupId (which is a required parameter by now) set.
I had to set these parameters by using the following settings to make the monitoring agent work correctly.
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
the docs state
To setup MMS, simply set your keys in node['mongodb']['mms_agent']['api_key'] and then add the sc-mongodb::mms_monitoring_agent recipe to your run list.
When doing so, this leads to a
/etc/mongodb-mms/monitoring-agent.config
without anymmsApiKey
ormmsGroupId
(which is a required parameter by now) set.I had to set these parameters by using the following settings to make the monitoring agent work correctly.