22
0
Fork 0

changement nom compte monitoring

This commit is contained in:
Ludovic Poujol 2020-06-09 16:50:32 +02:00
parent fef4fd0e53
commit 646c0cffca
1 changed files with 2 additions and 2 deletions

View File

@ -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