summaryrefslogtreecommitdiff
path: root/packages/keepalived/debian/control
blob: 21f07e0c7ce75417a6ff8f31ef71632b48859c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: keepalived
Section: admin
Priority: optional
Maintainer: Alexander Wirt <formorer@debian.org>
Build-Depends: autoconf,
               debhelper-compat (=12),
               libglib2.0-dev,
               libip4tc-dev,
               libipset-dev,
               libjson-c-dev,
               libnfnetlink-dev,
               libnftnl-dev,
               libnl-3-dev,
               libnl-genl-3-dev,
               libnl-nf-3-dev,
               libpcre2-dev,
               libpopt-dev,
               libsnmp-dev,
               libssl-dev,
               libsystemd-dev,
               linux-libc-dev,
               pkg-config
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/ipvs-team/pkg-keepalived
Vcs-Git: https://salsa.debian.org/ipvs-team/pkg-keepalived.git
Homepage: http://keepalived.org

Package: keepalived
Section: admin
Architecture: any
Depends: iproute2, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: ipvsadm
Description: Failover and monitoring daemon for LVS clusters
 keepalived is used for monitoring real servers within a Linux
 Virtual Server (LVS) cluster.  keepalived can be configured to
 remove real servers from the cluster pool if it stops responding,
 as well as send a notification email to make the admin aware of
 the service failure.
 .
 In addition, keepalived implements an independent Virtual Router
 Redundancy Protocol (VRRPv2; see rfc2338 for additional info)
 framework for director failover.
 .
 You need a kernel >= 2.4.28 or >= 2.6.11 for keepalived.
 See README.Debian for more information.