Fix config_port option / retab

This was previously config-port, which is incorrect. naoina/toml does
snake case <-> camel case. Also changed leading tabs to 2 spaces.
This commit is contained in:
Tim Raymond 2016-02-12 10:40:55 -05:00
parent 3357229ec2
commit d4c60e24bf
1 changed files with 2 additions and 3 deletions

View File

@ -178,9 +178,8 @@ var header = `# Telegraf configuration
# Override default hostname, if empty use os.Hostname()
hostname = ""
# Set configuration management port
config-port = ""
# Set configuration management port
config_port = ""
###############################################################################
# OUTPUTS #