Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit e51ecc8

Browse files
authored
mongodb(meta): change username in config examples to netdata
1 parent d577e5e commit e51ecc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/mongodb/metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ modules:
126126
config: |
127127
jobs:
128128
- name: local
129-
uri: mongodb://netconfig:password@localhost:27017
129+
uri: mongodb://netdata:password@localhost:27017
130130
- name: With databases metrics
131131
description: An example configuration.
132132
config: |
133133
jobs:
134134
- name: local
135-
uri: mongodb://netconfig:password@localhost:27017
135+
uri: mongodb://netdata:password@localhost:27017
136136
databases:
137137
includes:
138138
- "* *"
@@ -144,10 +144,10 @@ modules:
144144
config: |
145145
jobs:
146146
- name: local
147-
uri: mongodb://netconfig:password@localhost:27017
147+
uri: mongodb://netdata:password@localhost:27017
148148
149149
- name: remote
150-
uri: mongodb://netconfig:password@203.0.113.0:27017
150+
uri: mongodb://netdata:password@203.0.113.0:27017
151151
troubleshooting:
152152
problems:
153153
list: []

0 commit comments

Comments
 (0)