From 3b95e5be69c199a2a195c57aba12d88c242225ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2019 19:57:35 +0200 Subject: Adding upstream version 1.14.0~rc0. Signed-off-by: Daniel Baumann --- collectors/python.d.plugin/mongodb/mongodb.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'collectors/python.d.plugin/mongodb/mongodb.conf') diff --git a/collectors/python.d.plugin/mongodb/mongodb.conf b/collectors/python.d.plugin/mongodb/mongodb.conf index f69acac79..53858ae2e 100644 --- a/collectors/python.d.plugin/mongodb/mongodb.conf +++ b/collectors/python.d.plugin/mongodb/mongodb.conf @@ -66,6 +66,8 @@ # # in all cases, the following can also be set: # +# authdb: 'dbname' # database to authenticate the user against, +# # defaults to "admin". # user: 'username' # the mongodb username to use # pass: 'password' # the mongodb password to use # @@ -80,3 +82,11 @@ local: name : 'local' host : '127.0.0.1' port : 27017 + +# authsample: +# name : 'secure' +# host : 'mongodb.example.com' +# port : 27017 +# authdb : 'admin' +# user : 'monitor' +# password : 'supersecret' -- cgit v1.2.3