[evo] disable log_on_success for mysqlchk

This commit is contained in:
Nicolas Hicher 2014-10-22 10:46:33 -04:00
parent a34c792ba1
commit 9fce284e48

View File

@ -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 %>