diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/sync/nack/node1/keepalived.conf | 2 | ||||
-rw-r--r-- | examples/sync/nack/node2/keepalived.conf | 2 | ||||
-rwxr-xr-x | examples/sync/nack/script_fault.sh | 4 | ||||
-rw-r--r-- | examples/sync/persistent/node1/keepalived.conf | 2 | ||||
-rw-r--r-- | examples/sync/persistent/node2/keepalived.conf | 2 | ||||
-rwxr-xr-x | examples/sync/persistent/script_fault.sh | 4 |
6 files changed, 4 insertions, 12 deletions
diff --git a/examples/sync/nack/node1/keepalived.conf b/examples/sync/nack/node1/keepalived.conf index f272a02..f937467 100644 --- a/examples/sync/nack/node1/keepalived.conf +++ b/examples/sync/nack/node1/keepalived.conf @@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration } notify_master /etc/conntrackd/script_master.sh notify_backup /etc/conntrackd/script_backup.sh - notify_fault /etc/conntrackd/script_fault.sh +# notify_fault /etc/conntrackd/script_fault.sh } vrrp_instance VI_1 { diff --git a/examples/sync/nack/node2/keepalived.conf b/examples/sync/nack/node2/keepalived.conf index f272a02..f937467 100644 --- a/examples/sync/nack/node2/keepalived.conf +++ b/examples/sync/nack/node2/keepalived.conf @@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration } notify_master /etc/conntrackd/script_master.sh notify_backup /etc/conntrackd/script_backup.sh - notify_fault /etc/conntrackd/script_fault.sh +# notify_fault /etc/conntrackd/script_fault.sh } vrrp_instance VI_1 { diff --git a/examples/sync/nack/script_fault.sh b/examples/sync/nack/script_fault.sh deleted file mode 100755 index aec4af9..0000000 --- a/examples/sync/nack/script_fault.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -/usr/sbin/conntrackd -f -/usr/sbin/conntrack -F diff --git a/examples/sync/persistent/node1/keepalived.conf b/examples/sync/persistent/node1/keepalived.conf index f272a02..f937467 100644 --- a/examples/sync/persistent/node1/keepalived.conf +++ b/examples/sync/persistent/node1/keepalived.conf @@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration } notify_master /etc/conntrackd/script_master.sh notify_backup /etc/conntrackd/script_backup.sh - notify_fault /etc/conntrackd/script_fault.sh +# notify_fault /etc/conntrackd/script_fault.sh } vrrp_instance VI_1 { diff --git a/examples/sync/persistent/node2/keepalived.conf b/examples/sync/persistent/node2/keepalived.conf index f272a02..f937467 100644 --- a/examples/sync/persistent/node2/keepalived.conf +++ b/examples/sync/persistent/node2/keepalived.conf @@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration } notify_master /etc/conntrackd/script_master.sh notify_backup /etc/conntrackd/script_backup.sh - notify_fault /etc/conntrackd/script_fault.sh +# notify_fault /etc/conntrackd/script_fault.sh } vrrp_instance VI_1 { diff --git a/examples/sync/persistent/script_fault.sh b/examples/sync/persistent/script_fault.sh deleted file mode 100755 index 68f1534..0000000 --- a/examples/sync/persistent/script_fault.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -/usr/sbin/conntrackd -f -/usr/sbin/conntrackd -F |