diff --git a/HowtoMongoDB.md b/HowtoMongoDB.md index 8deadbc1..ccb08fda 100644 --- a/HowtoMongoDB.md +++ b/HowtoMongoDB.md @@ -700,7 +700,7 @@ Si l'authentification est activée, il faut alors créer un compte. On peut util > use admin > db.createUser( { - user: "monitoring", + user: "mmongoMonitoring", pwd: "PASS", roles: [ "clusterMonitor" ] } @@ -724,7 +724,7 @@ Si l'authentification est activée, il faut alors créer un compte. On peut util ~~~ [mongo_*] -env.MONGO_DB_URI mongodb://monitoring:PASS@localhost:27017/admin +env.MONGO_DB_URI mongodb://mongoMonitoring:PASS@localhost:27017/admin ~~~ ### NRPE : check_mongo