Skip to content

Commit 75024f1

Browse files
author
Jonathan Chauncey
committed
fix(telegraf): config.toml had an error
1 parent 9b3017b commit 75024f1

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
telegraf/manifests/*.tmp.yaml
77
influxdb/manifests/*.tmp.yaml
88
chronograf/manifests/*.tmp.yaml
9-
grafana/manifests/*.tmp.yaml
9+
grafana/manifests/*.tmp.yaml
10+
11+
telegraf/rootfs/telegraf

telegraf/rootfs/config.toml.tpl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,6 @@
155155
156156
{{ if .HTTP_JSON_SERVERS }}
157157
[[inputs.httpjson]]
158-
<<<<<<< Updated upstream
159-
name = "{{ .HTTP_JSON_NAME }}"
160-
servers = [{{ .HTTP_JSON_SERVERS }}]
161-
method = "{{ .HTTP_JSON_METHOD }}"
162-
tag_keys = [{{ .HTTP_JSON_TAG_KEYS }}]
163-
[inputs.httpjson.parameters]
164-
event_type = "{{ .HTTP_JSON_EVENT_TYPE }}"
165-
threshold = "{{ .HTTP_JSON_THRESHOLD }}"
166-
{{ end }}
167-
=======
168158
name = "{{.HTTP_JSON_NAME}}"
169159
servers = [{{.HTTP_JSON_SERVERS}}]
170160
method = "{{.HTTP_JSON_METHOD}}"
@@ -173,7 +163,6 @@
173163
event_type = "{{.HTTP_JSON_EVENT_TYPE}}"
174164
threshold = "{{.HTTP_JSON_THRESHOLD}}"
175165
{{end}}
176-
>>>>>>> Stashed changes
177166
178167
{{ if .INFLUXDB_URLS }}
179168
[[inputs.influxdb]]

0 commit comments

Comments
 (0)