From 17495fccf043befedce25c4ee5fa8bb0c56c66ee Mon Sep 17 00:00:00 2001 From: iprunache Date: Wed, 24 Feb 2016 13:17:09 +0200 Subject: [PATCH] T87 prefixed proxysql Consul keys so they have their own namespace --- integrations/consul/proxysql-consul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/consul/proxysql-consul.py b/integrations/consul/proxysql-consul.py index 45008813e..1406d7154 100755 --- a/integrations/consul/proxysql-consul.py +++ b/integrations/consul/proxysql-consul.py @@ -15,7 +15,7 @@ CFG_CONSUL_PORT = 'consul_port' # Proxysql config types to Consul key mapping TYPE_TO_KEY = { - 'mysql_servers': 'mysql_servers' + 'mysql_servers': 'proxysql/mysql_servers' } config = {}