I am new to MongoDB and am setting up the PMM client on a 3-node cluster for the first time. On the first node I am working on, I got the linux metrics monitoring to work with no issues. But I am having trouble getting the mongodb:metrics service into a Running state.
When I run pmm-admin list, it shows the service at not running. I have tried numerous commands to get the service to start. Each time I run one of the below commands, I see a return message stating “OK, started mongodb:metrics service for <servername>”
After running the above commands, I think the issue is with the privileges granted to the userAdmin role on the servers here. It looks like there are no privileges assigned to this role- I am not sure if this is by default or was done by the initial installer.
I have not been able to find a listing of the privileges needed for the pmm db user - do you have this info handy?
Hi Mykola- I actually went ahead and granted the privileges in your above command to my pmm user and it works now. Thank you very much for the assistance!