From 8d793b06e323d9519ccc355b9bbb0b8ccdafcf07 Mon Sep 17 00:00:00 2001 From: Miki Date: Mon, 8 Feb 2016 18:03:15 +0100 Subject: [PATCH] updated --- plugins/inputs/dovecot/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/inputs/dovecot/README.md b/plugins/inputs/dovecot/README.md index 59ac79b64..dc8304250 100644 --- a/plugins/inputs/dovecot/README.md +++ b/plugins/inputs/dovecot/README.md @@ -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: