MongoDB MMS only monitoring "local" database -



MongoDB MMS only monitoring "local" database -

i have installed mongodb (2.6.5) instance , created database several collections. after which, installed , configured mms (following mongo's guide within of mms site) , able monitor instance. monitoring the database called 'local'. when log in mongo shell can see following:

show dbs testv1 7.950gb admin 0.078gb local 0.078gb

but when in dashboard mms seeing stats local database. thought how other databases show show up?

assuming nodes in replica set running mongodb 2.6.x, here possibilities:

db stats not appear until ~30 minutes after host added mms monitoring. if has been longer that, should seek refreshing mms page in browser create sure latest configuration info has been loaded in web ui.

check "collect database specific statistics" alternative enabled on "administration => grouping settings" page in mms. note: setting defaults enabled.

you have authentication enabled did not configure appropriate roles monitoring agent.

for mongodb 2.6 monitoring agent requires:

clustermonitor role on admin database

for more information, see:

how mms gather database statistics? required access monitoring agent

mongodb-mms

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -