summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-01-30 10:46:39 +0100
committernicolargo <nicolas@nicolargo.com>2023-01-30 10:46:39 +0100
commit30f981bd8eda0cd01ad96fce7c0444e532dcf1b5 (patch)
tree92b86c3ec98aeb656946282fb846f5289d719aea /conf/glances.conf
parent6876490d245054532ad1abe70a5584e639b55608 (diff)
Add a new exporter to MongoDB time-serie #2203
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/