More readme fixups

This commit is contained in:
Cameron Sparr 2016-04-05 16:17:45 -06:00
parent 40f2dd8c6c
commit 7e97787d9d
2 changed files with 0 additions and 2 deletions

View File

@ -303,7 +303,6 @@ There are many more options available,
name_suffix = "_mycollector"
## Data format to consume.
(line-protocol)
## Each data format has it's own unique set of configuration options, read
## more about them here:
## 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"]
# Data format to consume.
(line-protocol)
# NOTE json only reads numerical measurements, strings and booleans are ignored.
data_format = "json"