Kafka output producer, send telegraf metrics to Kafka brokers

Closes #38
This commit is contained in:
Cameron Sparr
2015-08-26 11:02:10 -06:00
parent 434267898b
commit d1f965ae30
10 changed files with 167 additions and 33 deletions

View File

@@ -356,6 +356,7 @@ var header = `# Telegraf configuration
# debug = false
# hostname = "prod3241"
###############################################################################
# OUTPUTS #
###############################################################################
@@ -368,7 +369,6 @@ var header2 = `
###############################################################################
# PLUGINS #
###############################################################################
`
// PrintSampleConfig prints the sample config!