Created
October 17, 2011 21:32
-
-
Save hgfischer/1293885 to your computer and use it in GitHub Desktop.
Keepalived Redis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vrrp_instance VI_1 { | |
interface eth0 | |
state SLAVE | |
virtual_router_id 55 | |
priority 100 | |
authentication { | |
auth_type PASS | |
auth_pass monomonomono | |
} | |
virtual_ipaddress { | |
111.22.33.44/24 dev eth0 | |
} | |
notify /etc/keepalived/notify-redis | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment