commit | f60422271618a4b0d87b7053ee25db61706bc616 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue Jul 11 15:05:22 2017 +0000 |
committer | Gerrit Code Review <gerrit2@32a4cf582fa9> | Tue Jul 11 15:05:22 2017 +0000 |
tree | 53967b55a13a152f2003233097ed5dd24bf29e8b | |
parent | 74c0edb88a74df2fab0ac11aa525f5cfc74ef6ab [diff] | |
parent | a9c561069433b8546122edd866c3876f8eb60728 [diff] |
Merge "Fix bugs with Grafana dashboard"
diff --git a/nginx/files/telegraf.conf b/nginx/files/telegraf.conf index e792f04..2a5ad25 100644 --- a/nginx/files/telegraf.conf +++ b/nginx/files/telegraf.conf
@@ -1,2 +1,2 @@ [[inputs.nginx]] - urls = {{ values.urls|json }} \ No newline at end of file + urls = {%- if values.urls is string %}[ "{{ values.urls }}" ]{%- else %}{{ values.urls|json }}{%- endif %}