From c403246424350bae14a30fc6a115608ca15f2aa1 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 2 Aug 2008 18:51:34 +0200 Subject: script: rework scripts that enable interaction with keepalived This patch reworks the documentation section. It removes the replicated keepalived.conf files and merge all the scripts into one to reduce confusion and improve maintainability. It's likely that the documentation directory will suffer more restructurations in the near future. Signed-off-by: Pablo Neira Ayuso --- doc/sync/alarm/keepalived.conf | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 doc/sync/alarm/keepalived.conf (limited to 'doc/sync/alarm/keepalived.conf') diff --git a/doc/sync/alarm/keepalived.conf b/doc/sync/alarm/keepalived.conf deleted file mode 100644 index f937467..0000000 --- a/doc/sync/alarm/keepalived.conf +++ /dev/null @@ -1,39 +0,0 @@ -vrrp_sync_group G1 { # must be before vrrp_instance declaration - group { - VI_1 - VI_2 - } - notify_master /etc/conntrackd/script_master.sh - notify_backup /etc/conntrackd/script_backup.sh -# notify_fault /etc/conntrackd/script_fault.sh -} - -vrrp_instance VI_1 { - interface eth1 - state SLAVE - virtual_router_id 61 - priority 80 - advert_int 3 - authentication { - auth_type PASS - auth_pass papas_con_tomate - } - virtual_ipaddress { - 192.168.0.100 # default CIDR mask is /32 - } -} - -vrrp_instance VI_2 { - interface eth0 - state SLAVE - virtual_router_id 62 - priority 80 - advert_int 3 - authentication { - auth_type PASS - auth_pass papas_con_tomate - } - virtual_ipaddress { - 192.168.1.100 - } -} -- cgit v1.2.3