用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
733 B

5 months ago
# This is a test configuration.
# It requires a mysql server running on local port 3306.
global
maxconn 500
defaults
contimeout 1000
clitimeout 5000
srvtimeout 5000
retries 1
option redispatch
listen stats
bind :8080
mode http
stats enable
stats uri /stats
listen mysql_1
bind :3307
mode tcp
balance roundrobin
option mysql-check user haproxy
server srv1 127.0.0.1:3306 check port 3306 inter 1000 fall 1
# server srv2 127.0.0.2:3306 check port 3306 inter 1000 fall 1
# server srv3 127.0.0.3:3306 check port 3306 inter 1000 fall 1
# server srv4 127.0.0.4:3306 check port 3306 inter 1000 fall 1