From d7c95566bf3b250c2392c403a50ea7b24ae2856c Mon Sep 17 00:00:00 2001 From: Shahzheeb Khan Date: Wed, 13 Apr 2016 22:14:44 -0400 Subject: [PATCH] Update README.md --- plugins/inputs/mongodb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/mongodb/README.md b/plugins/inputs/mongodb/README.md index ca8c1b930..3e0e884f8 100644 --- a/plugins/inputs/mongodb/README.md +++ b/plugins/inputs/mongodb/README.md @@ -13,7 +13,7 @@ For authenticated mongodb istances use connection mongdb connection URI [[inputs.mongodb]] servers = ["mongodb://myuser:mypassword@myinstance.telegraf.com:27601/mydatabasename?authMechanism=PLAIN&authSource=$external"] ``` -This connection uri may be different based on your environement and mongodb setup. If the user doesn't have the required priviliges to execute serverStatus command the you will get this error on telegraf +This connection uri may be different based on your environement and mongodb setup. If the user doesn't have the required privilege to execute serverStatus command the you will get this error on telegraf ```toml Error in input [mongodb]: not authorized on admin to execute command { serverStatus: 1, recordStats: 0 }