Fix up config panic points for naoina/toml support

closes #736
This commit is contained in:
Cameron Sparr
2016-02-22 14:43:00 -07:00
parent 47ad73cc89
commit 2a6ff16819
3 changed files with 16 additions and 18 deletions

View File

@@ -185,25 +185,22 @@ var header = `# Telegraf Configuration
hostname = ""
###############################################################################
# OUTPUTS #
###############################################################################
#
# OUTPUTS:
#
`
var pluginHeader = `
###############################################################################
# INPUTS #
###############################################################################
#
# INPUTS:
#
`
var serviceInputHeader = `
###############################################################################
# SERVICE INPUTS #
###############################################################################
#
# SERVICE INPUTS:
#
`
// PrintSampleConfig prints the sample config