Fix telegraf with zookeeper (wrong port variable reference)
Change-Id: I29f65c83b9bd45e463d868cf9a55611f33fe3177 Closes-bug: #1867179 (cherry picked from commit 939b6f795825b88663096bf97deb7a2db634bc45)
This commit is contained in:
parent
d2a0786065
commit
0f99f5aa08
@ -82,7 +82,7 @@
|
||||
{% endif %}
|
||||
{% if inventory_hostname in groups['zookeeper'] and enable_zookeeper | bool %}
|
||||
[[inputs.zookeeper]]
|
||||
servers = ["{{ api_interface_address }}:{{ zookeeper_port }}"]
|
||||
servers = ["{{ api_interface_address }}:{{ zookeeper_client_port }}"]
|
||||
{% endif %}
|
||||
{% if inventory_hostname in groups['mariadb'] and (enable_mariadb or enable_external_mariadb_load_balancer) | bool %}
|
||||
[[inputs.mysql]]
|
||||
|
6
releasenotes/notes/bug-1867179-9e31460ba53757d4.yaml
Normal file
6
releasenotes/notes/bug-1867179-9e31460ba53757d4.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes failure to deploy telegraf with monitoring of zookeeper due
|
||||
to wrong variable being referenced.
|
||||
`LP#1867179 <https://launchpad.net/bugs/1867179>`__
|
Loading…
x
Reference in New Issue
Block a user