From 646c0cffcaa2faff5869bdb68d534c02dbebe626 Mon Sep 17 00:00:00 2001 From: lpoujol Date: Tue, 9 Jun 2020 16:50:32 +0200 Subject: [PATCH] changement nom compte monitoring --- HowtoMongoDB.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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