This commit is contained in:
Miki 2016-02-08 18:03:15 +01:00
parent 1aff813331
commit 8d793b06e3
1 changed files with 8 additions and 5 deletions

View File

@ -7,14 +7,17 @@ domains. You can read Dovecot's documentation
### Configuration: ### Configuration:
``` ```
# Read metrics about docker containers # Read metrics about dovecot servers
[[inputs.dovecot]] [[inputs.dovecot]]
# Dovecot Endpoint # Dovecot servers
# To use TCP, set endpoint = "ip:port" # specify dovecot servers via an address:port list
servers = ["127.0.0.1:24242"] # e.g.
# localhost:24242
#
# If no servers are specified, then localhost is used as the host.
servers = ["localhost:24242"]
# Only collect metrics for these domains, collect all if empty # Only collect metrics for these domains, collect all if empty
domains = [] domains = []
``` ```
### Tags: ### Tags: