Ping plugin

Closes #167
This commit is contained in:
Cameron Sparr
2015-09-02 17:16:52 -06:00
parent 65b33a848e
commit 68e41f130c
7 changed files with 416 additions and 7 deletions

View File

@@ -19,10 +19,10 @@ type Kafka struct {
}
var sampleConfig = `
# URLs of kafka brokers
brokers = ["localhost:9092"]
# Kafka topic for producer messages
topic = "telegraf"
# URLs of kafka brokers
brokers = ["localhost:9092"]
# Kafka topic for producer messages
topic = "telegraf"
`
func (k *Kafka) Connect() error {