summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 835b84d9..cf3a8f7d 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -584,6 +584,15 @@ db=glances
#user=root
#password=root
+[mongodb]
+# Configuration for the --export mongodb option
+# https://www.mongodb.com
+host=localhost
+port=27017
+db=glances
+user=root
+password=example
+
[kafka]
# Configuration for the --export kafka option
# http://kafka.apache.org/