Fix incorrect option name in amqp sample configuration

This commit is contained in:
Daniel Nelson 2018-06-03 18:42:08 -07:00
parent da6ad34fc8
commit a04cfee349
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
4 changed files with 8 additions and 8 deletions

View File

@ -41,8 +41,8 @@ The following defaults are known to work with RabbitMQ:
# exchange_durability = "durable"
## Additional exchange arguments.
# exchange_args = { }
# exchange_args = {"hash_propery" = "timestamp"}
# exchange_arguments = { }
# exchange_arguments = {"hash_propery" = "timestamp"}
## AMQP queue name
queue = "telegraf"

View File

@ -95,8 +95,8 @@ func (a *AMQPConsumer) SampleConfig() string {
# exchange_durability = "durable"
## Additional exchange arguments.
# exchange_args = { }
# exchange_args = {"hash_propery" = "timestamp"}
# exchange_arguments = { }
# exchange_arguments = {"hash_propery" = "timestamp"}
## AMQP queue name
queue = "telegraf"

View File

@ -39,8 +39,8 @@ For an introduction to AMQP see:
# exchange_durable = true
## Additional exchange arguments.
# exchange_args = { }
# exchange_args = {"hash_propery" = "timestamp"}
# exchange_arguments = { }
# exchange_arguments = {"hash_propery" = "timestamp"}
## Authentication credentials for the PLAIN auth_method.
# username = ""

View File

@ -97,8 +97,8 @@ var sampleConfig = `
# exchange_durable = true
## Additional exchange arguments.
# exchange_args = { }
# exchange_args = {"hash_propery" = "timestamp"}
# exchange_arguments = { }
# exchange_arguments = {"hash_propery" = "timestamp"}
## Authentication credentials for the PLAIN auth_method.
# username = ""