mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-31 06:38:08 +02:00
17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
- module: mongodb
|
|
metricsets: ["dbstats", "status"]
|
|
period: 10s
|
|
|
|
# The hosts must be passed as MongoDB URLs in the format:
|
|
# [mongodb://][user:pass@]host[:port].
|
|
# The username and password can also be set using the respective configuration
|
|
# options. The credentials in the URL take precedence over the username and
|
|
# password configuration options.
|
|
hosts: ["localhost:27017"]
|
|
|
|
# Username to use when connecting to MongoDB. Empty by default.
|
|
#username: user
|
|
|
|
# Password to use when connecting to MongoDB. Empty by default.
|
|
#password: pass
|