Files
MaxScale/system-test/cnf/maxscale.cnf.template.mxs2057_systemd_watchdog
Esa Korhonen 08f5174915 MXS-2900 Rename maxscale-system-test directory to system-test
A link with the old directory name is provided.
2020-07-28 15:24:27 +03:00

47 lines
761 B
Plaintext

[maxscale]
threads = ###threads###
log_debug=1
[Monitor]
type = monitor
module = mariadbmon
servers = server1
user = maxskysql
password = skysql
monitor_interval = 1000
[RW-Split-Router]
type = service
router = readwritesplit
servers = server1
user = maxskysql
password = skysql
filters = lua
[RW-Split-Listener]
type = listener
service = RW-Split-Router
protocol = mariadbclient
port = 4006
[lua]
type = filter
module = luafilter
session_script=/###access_homedir###/infinite_loop.lua
[MaxAdmin-Service]
type = service
router = cli
[MaxAdmin-Unix-Listener]
type = listener
service = MaxAdmin-Service
protocol = maxscaled
socket = default
[server1]
type = server
address = ###node_server_IP_1###
port = ###node_server_port_1###
protocol = MariaDBBackend