updated
This commit is contained in:
parent
1aff813331
commit
8d793b06e3
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue