Change default zookeeper chroot to empty string

closes #1112
This commit is contained in:
Cameron Sparr
2016-06-10 12:07:36 +01:00
parent 008ed17a79
commit 137843b2f6
3 changed files with 5 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ var sampleConfig = `
## an array of Zookeeper connection strings
zookeeper_peers = ["localhost:2181"]
## Zookeeper Chroot
zookeeper_chroot = "/"
zookeeper_chroot = ""
## the name of the consumer group
consumer_group = "telegraf_metrics_consumers"
## Offset (must be either "oldest" or "newest")