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

Last change on this file since 2180 was 2180, checked in by quentin, 12 years ago
Uncomment s-a and b-m, yay!
File size: 2.3 KB
RevLine 
[1111]1checktimeout=5
[210]2checkinterval=1
3autoreload=yes
4logfile="/var/log/ldirectord.log"
[1368]5quiescent=yes
[210]6
[1184]7# iptables rules caused SMTP to use FWM 3
8virtual=3
[2071]9        #real=18.181.0.53:25  gate 4096 # old-faithful
[2180]10        real=18.181.0.57:25  gate 4096 # better-mousetrap
[2067]11        real=18.181.0.167:25 gate 4096 # bees-knees
12        real=18.181.0.228:25 gate 1024 # cats-whiskers
13        real=18.181.0.234:25 gate 4096 # busy-beaver
14        real=18.181.0.235:25 gate 4096 # real-mccoy
[2071]15        #real=18.181.0.237:25 gate 4096 # pancake-bunny
16        #real=18.181.0.236:25 gate 4096 # whole-enchilada
[2180]17        real=18.181.0.135:25 gate 4096 # shining-armor
[2067]18        real=18.181.0.141:25 gate 4096 # golden-egg
[1005]19        service=smtp
[1113]20        scheduler=wlc
21        persistent=600
[1184]22        protocol=fwm
[1005]23        checktype=negotiate
[1184]24        checkport=25
[1005]25
[1184]26# Apache (80, 443, and 444) uses FWM 2
27virtual=2
[2071]28        #real=18.181.0.53  gate 4096 # old-faithful
[2180]29        real=18.181.0.57  gate 4096 # better-mousetrap
[2067]30        real=18.181.0.167 gate 4096 # bees-knees
31        real=18.181.0.228 gate 1024 # cats-whiskers
[1679]32        real=18.181.0.234 gate 4096 # busy-beaver
33        real=18.181.0.235 gate 4096 # real-mccoy
[2071]34        #real=18.181.0.237 gate 4096 # pancake-bunny
35        #real=18.181.0.236 gate 4096 # whole-enchilada
[2180]36        real=18.181.0.135 gate 4096 # shining-armor
[2067]37        real=18.181.0.141 gate 4096 # golden-egg
[1184]38        fallback=127.0.0.1 gate
39        service=http
40        request="heartbeat/http"
[819]41        virtualhost="scripts.mit.edu"
[1184]42        receive="1"
43        checktype=negotiate
44        checkport=80
45        scheduler=wlc
46        persistent=600
47        protocol=fwm
[210]48
[1184]49# Everything else uses FWM 1 and gets sent only to the primary
[210]50virtual=1
[2071]51        #real=18.181.0.53  gate "heartbeat/services", "1"  # old-faithful
[2180]52        real=18.181.0.57  gate "heartbeat/services", "2"  # better-mousetrap
[2067]53        real=18.181.0.167 gate "heartbeat/services", "3"  # bees-knees
54        real=18.181.0.228 gate "heartbeat/services", "4"  # cats-whiskers
55        real=18.181.0.234 gate "heartbeat/services", "5"  # busy-beaver
56        real=18.181.0.235 gate "heartbeat/services", "6"  # real-mccoy
[2071]57        #real=18.181.0.237 gate "heartbeat/services", "7"  # pancake-bunny
58        #real=18.181.0.236 gate "heartbeat/services", "8"  # whole-enchilada
[2180]59        real=18.181.0.135 gate "heartbeat/services", "9"  # shining-armor
[2067]60        real=18.181.0.141 gate "heartbeat/services", "10" # golden-egg
[210]61        service=http
62        scheduler=wrr
63        protocol=fwm
64        checktype=negotiate
65        checkport=80
Note: See TracBrowser for help on using the repository browser.