File: control

package info (click to toggle)
keepalived 1%3A1.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,500 kB
  • sloc: ansic: 15,450; sh: 404; makefile: 389
file content (26 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download
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
Source: keepalived
Section: admin
Priority: extra
Maintainer: Alexander Wirt <formorer@debian.org>
Build-Depends: debhelper (>= 5), libssl-dev, libpopt-dev, cdbs, autoconf, linux-libc-dev, libnl-dev
Standards-Version: 3.9.2
Vcs-Browser: https://github.com/formorer/pkg-keepalived
Vcs-Git: git://github.com/formorer/pkg-keepalived.git

Package: keepalived
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, ipvsadm, iproute, ${misc:Depends}
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.