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

Commit

Permalink
mongodb(meta): change username in config examples to netdata
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Jan 4, 2024
1 parent d577e5e commit e51ecc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/mongodb/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ modules:
config: |
jobs:
- name: local
uri: mongodb://netconfig:password@localhost:27017
uri: mongodb://netdata:password@localhost:27017
- name: With databases metrics
description: An example configuration.
config: |
jobs:
- name: local
uri: mongodb://netconfig:password@localhost:27017
uri: mongodb://netdata:password@localhost:27017
databases:
includes:
- "* *"
Expand All @@ -144,10 +144,10 @@ modules:
config: |
jobs:
- name: local
uri: mongodb://netconfig:password@localhost:27017
uri: mongodb://netdata:password@localhost:27017
- name: remote
uri: mongodb://netconfig:[email protected]:27017
uri: mongodb://netdata:[email protected]:27017
troubleshooting:
problems:
list: []
Expand Down

0 comments on commit e51ecc8

Please sign in to comment.