Merge "Fix telegraf invalid TOML syntax"
This commit is contained in:
commit
12a0ffa305
@ -19,7 +19,7 @@
|
|||||||
retention_policy = "autogen"
|
retention_policy = "autogen"
|
||||||
write_consistency = "any"
|
write_consistency = "any"
|
||||||
timeout = "5s"
|
timeout = "5s"
|
||||||
tls_ca = {{ openstack_cacert }}
|
tls_ca = "{{ openstack_cacert }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
[[inputs.cpu]]
|
[[inputs.cpu]]
|
||||||
|
Loading…
Reference in New Issue
Block a user