Fix telegraf invalid TOML syntax
Change-Id: Ie3022d1721f43dc84e4228331d0d2f6f3a3c7ebd Closes-Bug: 1875613
This commit is contained in:
parent
8618cfac2f
commit
7ad7c88046
@ -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