From 9fce284e48788b8b1c045175922e7ce21d24712c Mon Sep 17 00:00:00 2001 From: Nicolas Hicher Date: Wed, 22 Oct 2014 10:46:33 -0400 Subject: [PATCH] [evo] disable log_on_success for mysqlchk --- templates/database/mysqlchk.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/database/mysqlchk.erb b/templates/database/mysqlchk.erb index 90fdb2cd..ef047375 100644 --- a/templates/database/mysqlchk.erb +++ b/templates/database/mysqlchk.erb @@ -14,6 +14,7 @@ service mysqlchk user = nobody server = /usr/bin/clustercheck log_on_failure += USERID + log_on_success = #FIXME(sbadia) Security: Restrict this parameter to HAProxy pool. only_from = 0.0.0.0/0 bind = <%= @galera_clustercheck_ipaddress %>