-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpillar.example
44 lines (44 loc) · 936 Bytes
/
pillar.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
maxscale:
version_hold: true
config:
threads: auto
skip_permission_checks: true
syslog: 1
service:
Test Service:
type: service
router: readconnroute
router_options: slave
filters:
- counter
- QLA
servers:
- server1
user: maxscale
passwd: crappyfoo
version_string: 5.7-MariaDB-maxscale
weightby: serv_weight
server:
server1:
type: server
address: 127.0.0.1
port: 3306
protocol: MySQLBackend
persistmaxtime: 300
listener:
type: listener
service: Test Service
protocol: MySQLClient
address: 192.168.0.1
port: 3306
socket: /var/run/maxscale.socket
authenticator: MySQL
filter:
QLA:
type: filter
module: qlafilter
filebase: /tmp/maxscale-qlafilter.log
counter:
type: filter
module: topfilter
filebase: /tmp/maxscale-topfilter.log