More readme fixups

This commit is contained in:
Cameron Sparr 2016-04-05 16:17:45 -06:00 committed by Michele Fadda
parent 86fd8c14af
commit 8e99ec70a1
2 changed files with 0 additions and 2 deletions

View File

@ -303,7 +303,6 @@ There are many more options available,
name_suffix = "_mycollector" name_suffix = "_mycollector"
## Data format to consume. ## Data format to consume.
(line-protocol)
## Each data format has it's own unique set of configuration options, read ## Each data format has it's own unique set of configuration options, read
## more about them here: ## more about them here:
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md

View File

@ -16,7 +16,6 @@ are configured for ```[[inputs.exec]]``` in JSON format.
commands = ["/tmp/test.sh", "/tmp/test2.sh"] commands = ["/tmp/test.sh", "/tmp/test2.sh"]
# Data format to consume. # Data format to consume.
(line-protocol)
# NOTE json only reads numerical measurements, strings and booleans are ignored. # NOTE json only reads numerical measurements, strings and booleans are ignored.
data_format = "json" data_format = "json"