HA monitor built upon LVS, VRRP and services poller https://www.keepalived.org/
Go to file
2024-01-06 01:22:16 +01:00
keepalived-1.1.10-manpath.patch automatic version update by autodist [release 1.2.12-1mamba;Sun Feb 09 2014] 2024-01-06 01:22:14 +01:00
keepalived.service systemd service [release 1.2.20-2mamba;Mon Apr 18 2016] 2024-01-06 01:22:14 +01:00
keepalived.spec automatic version update by autodist [release 2.0.13-1mamba;Fri Feb 22 2019] 2024-01-06 01:22:16 +01:00
README.md systemd service [release 1.2.20-2mamba;Mon Apr 18 2016] 2024-01-06 01:22:14 +01:00

keepalived

The main goal of the keepalived project is to add a strong end 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. 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 a VRRPv2 stack to handle director failover.

So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover.