I have installed a MongoDB (2.6.5) instance and created a database with several collections. After which, I installed and configured MMS (following Mongo's guide inside of the MMS site) and was able to successfully monitor the instance. But it is ONLY monitoring the the database called 'local'. When I log in to the mongo shell I can see the following:
show dbs TestV1 7.950GB admin 0.078GB local 0.078GB
But when i look in the dashboard for MMS I am only seeing stats for the local database. Any idea how to get the other databases show show up?