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:
```
# Read metrics about docker containers
# Read metrics about dovecot servers
[[inputs.dovecot]]
# Dovecot Endpoint
# To use TCP, set endpoint = "ip:port"
servers = ["127.0.0.1:24242"]
# Dovecot servers
# specify dovecot servers via an address:port list
# 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
domains = []
```
### Tags: