From 2b954770177536c1b1fb84036f2cd9d4981c3d91 Mon Sep 17 00:00:00 2001 From: Miki Date: Thu, 7 Apr 2016 17:33:56 +0200 Subject: [PATCH] enable global,user,domain and ip queries --- plugins/inputs/dovecot/README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) 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