From 89654c0ea5ab64164faaaae7ec8b5e6ae9a76aae Mon Sep 17 00:00:00 2001 From: codehate Date: Fri, 5 Feb 2016 21:32:46 +0530 Subject: [PATCH] CouchDB Plugin SampleConfig fix --- plugins/inputs/couchdb/couchdb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/couchdb/couchdb.go b/plugins/inputs/couchdb/couchdb.go index 4b4b2ddfe..7d774ec18 100644 --- a/plugins/inputs/couchdb/couchdb.go +++ b/plugins/inputs/couchdb/couchdb.go @@ -77,7 +77,7 @@ func (*CouchDB) SampleConfig() string { return ` # Works with CouchDB stats endpoints out of the box # Multiple HOSTs from which to read CouchDB stats: - hosts = ["http://localhost:8086/_stats",...] + hosts = ["http://localhost:8086/_stats"] ` }