Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.fwf_logging
Johan Wikman 5ebd237a4f MXS-2290 Replace whitespace is section names with -
Whitespace in section names have been deprecated since 2.2 and will
be rejected in 2.4. Consequently, the configuration files of the
system tests must be updated.
2019-01-24 17:45:10 +02:00

39 lines
576 B
Plaintext

[maxscale]
threads=###threads###
[server1]
type=server
address=###node_server_IP_1###
port=###node_server_port_1###
protocol=MySQLBackend
[MySQL-Monitor]
type=monitor
module=mysqlmon
servers=server1
user=maxskysql
password=skysql
monitor_interval=1000
[readconn]
type=service
router=readconnroute
servers=server1
user=maxskysql
password=skysql
filters=ignore
[readconn-listener]
type=listener
service=readconn
protocol=MySQLClient
port=4009
[ignore]
type=filter
module=dbfwfilter
rules=/###access_homedir###/rules/rules.txt
action=ignore
log_match=true
log_no_match=true