Skip to content

Commit 84585c2

Browse files
author
Jonathan Chauncey
committed
fix(telegraf): config.toml template had an error in it
1 parent 230606d commit 84585c2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

telegraf/rootfs/config.toml.tpl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
156156
{{ if .HTTP_JSON_SERVERS }}
157157
[[inputs.httpjson]]
158+
<<<<<<< Updated upstream
158159
name = "{{ .HTTP_JSON_NAME }}"
159160
servers = [{{ .HTTP_JSON_SERVERS }}]
160161
method = "{{ .HTTP_JSON_METHOD }}"
@@ -163,6 +164,16 @@
163164
event_type = "{{ .HTTP_JSON_EVENT_TYPE }}"
164165
threshold = "{{ .HTTP_JSON_THRESHOLD }}"
165166
{{ end }}
167+
=======
168+
name = "{{.HTTP_JSON_NAME}}"
169+
servers = [{{.HTTP_JSON_SERVERS}}]
170+
method = "{{.HTTP_JSON_METHOD}}"
171+
tag_keys = [{{.HTTP_JSON_TAG_KEYS}}]
172+
[json.parameters]
173+
event_type = "{{.HTTP_JSON_EVENT_TYPE}}"
174+
threshold = "{{.HTTP_JSON_THRESHOLD}}"
175+
{{end}}
176+
>>>>>>> Stashed changes
166177
167178
{{ if .INFLUXDB_URLS }}
168179
[[inputs.influxdb]]

0 commit comments

Comments
 (0)