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
|
@ -179,8 +179,7 @@ var header = `# Telegraf configuration
|
||||||
hostname = ""
|
hostname = ""
|
||||||
|
|
||||||
# Set configuration management port
|
# Set configuration management port
|
||||||
config-port = ""
|
config_port = ""
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# OUTPUTS #
|
# OUTPUTS #
|
||||||
|
|
Loading…
Reference in New Issue