summaryrefslogtreecommitdiffstats
path: root/network/keepalived/README
diff options
context:
space:
mode:
author Nilton Moura <nmoura@nmoura.eti.br>2010-09-09 10:48:20 -0400
committer dsomero <xgizzmo@slackbuilds.org>2010-09-09 10:48:20 -0400
commit7d5ffabc4dd36157ffce5ed8f57a38bfb4307350 (patch)
tree8f74b1d4197a2cd60ceb0ecfe3d1dea4be7e7ad1 /network/keepalived/README
parentda87ad250c8ef9600cd69b419a1f241770303423 (diff)
downloadslackbuilds-7d5ffabc4dd36157ffce5ed8f57a38bfb4307350.tar.gz
slackbuilds-7d5ffabc4dd36157ffce5ed8f57a38bfb4307350.tar.xz
network/keepalived: Added (HealthChecking for LVS & HA cluters)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/keepalived/README')
-rw-r--r--network/keepalived/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/keepalived/README b/network/keepalived/README
new file mode 100644
index 0000000000..5e28a766a0
--- /dev/null
+++ b/network/keepalived/README
@@ -0,0 +1,15 @@
+What is Keepalived ?
+
+The main goal of the keepalived project is to add a strong & robust
+keepalive facility to the Linux Virtual Server project. This project
+is written in C with multilayer TCP/IP stack checks. Keepalived
+implements a framework based on three family checks: Layer3, Layer4
+& Layer5/7.
+
+This framework gives the daemon the ability of checking a LVS server
+pool states. When one of the server of the LVS server pool is down,
+keepalived informs the linux kernel via a setsockopt call to remove
+this server entrie from the LVS topology. In addition keepalived
+implements an independent VRRPv2 stack to handle director failover.
+So in short keepalived is a userspace daemon for LVS cluster nodes
+healthchecks and LVS directors failover.