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:
parent
3357229ec2
commit
d4c60e24bf
|
@ -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 #
|
||||
|
|
Loading…
Reference in New Issue