Merge "add monitoring of zookeeper"
This commit is contained in:
commit
b5cf164cfb
@ -80,6 +80,10 @@
|
|||||||
[[inputs.redis]]
|
[[inputs.redis]]
|
||||||
servers = ["{{ tcp://:{{ redis_master_password }}@{{ api_interface_address }}:{{ redis_port }}"]
|
servers = ["{{ tcp://:{{ redis_master_password }}@{{ api_interface_address }}:{{ redis_port }}"]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if inventory_hostname in groups['zookeeper'] and enable_zookeeper | bool %}
|
||||||
|
[[inputs.zookeeper]]
|
||||||
|
servers = ["{{ api_interface_address }}:{{ zookeeper_port }}"]
|
||||||
|
{% endif %}
|
||||||
{% if inventory_hostname in groups['mariadb'] and (enable_mariadb or enable_external_mariadb_load_balancer) | bool %}
|
{% if inventory_hostname in groups['mariadb'] and (enable_mariadb or enable_external_mariadb_load_balancer) | bool %}
|
||||||
[[inputs.mysql]]
|
[[inputs.mysql]]
|
||||||
servers = ["{{ database_user }}:{{ database_password }}@{{ mariadb_proto }}({{ api_interface_address }}:{{ database_port }})/"]
|
servers = ["{{ database_user }}:{{ database_password }}@{{ mariadb_proto }}({{ api_interface_address }}:{{ database_port }})/"]
|
||||||
|
Loading…
Reference in New Issue
Block a user