We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309a589 commit bc94a8aCopy full SHA for bc94a8a
2 files changed
telegraf/manifests/deis-monitor-telegraf-daemon.yaml
@@ -31,6 +31,8 @@ spec:
31
value: "true"
32
- name: "AGENT_BUFFER_LIMIT"
33
value: "100000"
34
+ - name: "ENABLE_INFLUXDB_INPUT"
35
+ value: "true"
36
volumeMounts:
37
- mountPath: /var/run/docker.sock
38
name: docker-socket
telegraf/rootfs/config.toml.tpl
@@ -165,7 +165,7 @@
165
threshold = {{ .HTTP_JSON_THRESHOLD | quote }}
166
{{end}}
167
168
-{{ if .INFLUXDB_URLS }}
+{{ if .ENABLE_INFLUXDB_INPUT }}
169
[[inputs.influxdb]]
170
urls = [{{ (print .INFLUXDB_URLS "/debug/vars") | quote }}]
171
{{ end }}
0 commit comments