summaryrefslogtreecommitdiffstats
path: root/docker-compose/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 /docker-compose/glances.conf
parent6876490d245054532ad1abe70a5584e639b55608 (diff)
Add a new exporter to MongoDB time-serie #2203
Diffstat (limited to 'docker-compose/glances.conf')
-rw-r--r--docker-compose/glances.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 0ee06cbd..78cb3174 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/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/