Fix grammar

This commit is contained in:
Daniel Nelson
2017-04-27 14:59:18 -07:00
parent b9ce455bba
commit 052e88ad5e
30 changed files with 56 additions and 56 deletions

View File

@@ -27,7 +27,7 @@ For an introduction to AMQP see:
## described here: https://www.rabbitmq.com/plugins.html
# auth_method = "PLAIN"
## Telegraf tag to use as a routing key
## ie, if this tag exists, it's value will be used as the routing key
## ie, if this tag exists, its value will be used as the routing key
routing_tag = "host"
## InfluxDB retention policy
@@ -47,7 +47,7 @@ For an introduction to AMQP see:
# insecure_skip_verify = false
## Data format to output.
## Each data format has it's own unique set of configuration options, read
## Each data format has its own unique set of configuration options, read
## more about them here:
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
data_format = "influx"

View File

@@ -80,7 +80,7 @@ var sampleConfig = `
## described here: https://www.rabbitmq.com/plugins.html
# auth_method = "PLAIN"
## Telegraf tag to use as a routing key
## ie, if this tag exists, it's value will be used as the routing key
## ie, if this tag exists, its value will be used as the routing key
routing_tag = "host"
## InfluxDB retention policy
@@ -100,7 +100,7 @@ var sampleConfig = `
# insecure_skip_verify = false
## Data format to output.
## Each data format has it's own unique set of configuration options, read
## Each data format has its own unique set of configuration options, read
## more about them here:
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
data_format = "influx"