Zookeeper plugin

Created a zookeeper plugin that fetches from the ‘mntr’ command will
output measurements that are int and string based
This commit is contained in:
Jonathan Cross
2015-10-13 19:15:39 -04:00
committed by Cameron Sparr
parent 181c3cdc28
commit 8fd06b96d7
3 changed files with 138 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ import (
_ "github.com/influxdb/telegraf/plugins/redis"
_ "github.com/influxdb/telegraf/plugins/rethinkdb"
_ "github.com/influxdb/telegraf/plugins/system"
_ "github.com/influxdb/telegraf/plugins/zookeeper"
)