@cryptotaxi247 / netdata-1 / commits / 9cff2820d

Fix mongodb default config indentation (#17715)

Louis Laureys committed May 20, 2024 at 18:41 UTC 9cff2820d778b098ea12f4db5202ac3439bc08b4
1 file changed +3 -3
src/go/collectors/go.d.plugin/config/go.d/mongodb.conf
+3 -3
@@ -5,6 +5,6 @@
5 # - name: local
6 # uri: 'mongodb://localhost:27017'
7 # timeout: 2
8 -# databases:
9 -# include:
10 -# - "* *"
8 +# databases:
9 +# include:
10 +# - "* *"