Merge pull request #700 from enovance/disable_xinetd_log_on_success
[evo] disable log_on_success for mysqlchk
This commit is contained in:
commit
773ba6c5da
@ -14,6 +14,7 @@ service mysqlchk
|
|||||||
user = nobody
|
user = nobody
|
||||||
server = /usr/bin/clustercheck
|
server = /usr/bin/clustercheck
|
||||||
log_on_failure += USERID
|
log_on_failure += USERID
|
||||||
|
log_on_success =
|
||||||
#FIXME(sbadia) Security: Restrict this parameter to HAProxy pool.
|
#FIXME(sbadia) Security: Restrict this parameter to HAProxy pool.
|
||||||
only_from = 0.0.0.0/0
|
only_from = 0.0.0.0/0
|
||||||
bind = <%= @galera_clustercheck_ipaddress %>
|
bind = <%= @galera_clustercheck_ipaddress %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user