diff --git a/plugins/inputs/dovecot/README.md b/plugins/inputs/dovecot/README.md index b2df0107f..262328d2a 100644 --- a/plugins/inputs/dovecot/README.md +++ b/plugins/inputs/dovecot/README.md @@ -10,20 +10,25 @@ domains. You can read Dovecot's documentation ``` # Read metrics about dovecot servers [[inputs.dovecot]] - # 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. + ## 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 = [] + ## Type is one of "user", "domain", "ip", or "global" + type = "global" + ## Wildcard matches like "*.com". An empty string "" is same as "*" + ## If type = "ip" filters should be + filters = [""] ``` ### Tags: server: hostname + type: query type + ip: ip addr + user: username domain: domain name