source: lvs/debian/config/etc/ha.d/ldirectord.cf @ 223

Last change on this file since 223 was 223, checked in by presbrey, 17 years ago
LVS: do not load-balance SMTP
File size: 1.4 KB
Line 
1checktimeout=20
2checkinterval=1
3autoreload=yes
4logfile="/var/log/ldirectord.log"
5quiescent=yes
6
7virtual=18.181.0.46:80
8        real=18.181.0.53:80 gate
9        real=18.181.0.57:80 gate
10        fallback=18.187.1.128:80 gate
11        service=http
12        request="heartbeat/http"
13        receive="1"
14        scheduler=wlc
15        protocol=tcp
16        checktype=negotiate
17
18virtual=18.181.0.46:443
19        real=18.181.0.53:443 gate
20        real=18.181.0.57:443 gate
21        fallback=18.187.1.128:443 gate
22        service=https
23        request="heartbeat/https"
24        receive="1"
25        scheduler=wlc
26        protocol=tcp
27        checktype=connect
28
29virtual=18.181.0.50:80
30        real=18.181.0.53:80 gate
31        real=18.181.0.57:80 gate
32        fallback=18.187.1.128:80 gate
33        service=http
34        request="heartbeat/http"
35        receive="1"
36        scheduler=wlc
37        protocol=tcp
38        checktype=negotiate
39
40virtual=18.181.0.50:443
41        real=18.181.0.53:443 gate
42        real=18.181.0.57:443 gate
43        fallback=18.187.1.128:443 gate
44        service=https
45        request="heartbeat/https"
46        receive="1"
47        scheduler=wlc
48        protocol=tcp
49        checktype=connect
50
51virtual=1
52        real=18.181.0.53 gate "heartbeat/services", "1"
53        real=18.181.0.57 gate "heartbeat/services", "2"
54        service=http
55        scheduler=wrr
56        protocol=fwm
57        checktype=negotiate
58        checkport=80
Note: See TracBrowser for help on using the repository browser.