Formatting and revert Makefile

This commit is contained in:
Greg Linton
2018-06-26 16:20:57 -06:00
parent 7fa27f400d
commit 1be2a8eeaf
5 changed files with 16 additions and 132 deletions

View File

@@ -10,4 +10,4 @@ services:
entrypoint:
- /telegraf
- --config
- /telegraf.conf
- /telegraf.conf

View File

@@ -1,14 +1,14 @@
{
"parent": {
"child": 3.0,
"ignored_child": "hi"
},
"ignored_null": null,
"integer": 4,
"list": [3, 4],
"ignored_parent": {
"another_ignored_null": null,
"ignored_string": "hello, world!"
},
"another_list": [4]
}
"parent": {
"child": 3.0,
"ignored_child": "hi"
},
"ignored_null": null,
"integer": 4,
"list": [3, 4],
"ignored_parent": {
"another_ignored_null": null,
"ignored_string": "hello, world!"
},
"another_list": [4]
}

View File

@@ -4,4 +4,4 @@
name_override = "json_reader"
[[outputs.file]]
files = ["stdout"]
files = ["stdout"]