Skip to content

Instantly share code, notes, and snippets.

@hgfischer
Created October 17, 2011 21:32
Show Gist options
  • Save hgfischer/1293885 to your computer and use it in GitHub Desktop.
Save hgfischer/1293885 to your computer and use it in GitHub Desktop.
Keepalived Redis
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