summaryrefslogtreecommitdiffstats
path: root/tests/conf/ext-check.cfg
blob: f3689280e64818e892afd94b890da170091f5ede (plain)
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
global
	maxconn 500
	external-check
	stats socket /tmp/sock1 mode 666 level admin

defaults
	timeout client 5s
	timeout server 5s
	timeout connect 5s
	mode http

listen stats
	bind :8888
	stats uri /

listen up
	bind :8001
	option external-check
	external-check command /bin/true
	server srv 127.0.0.1:8000 check inter 1000

listen down
	bind :8002
	option external-check
	external-check command /bin/false
	server srv 127.0.0.1:8000 check inter 1000