mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
1ac80d09cf
PR: ports/79537 Submitted by: Scott Kleihege <scott-ports@tummy.com>
25 lines
1007 B
Plaintext
25 lines
1007 B
Plaintext
heartbeat is a basic high-availability subsystem. It will run
|
|
scripts at initialization, and when machines go up or down. This
|
|
version will also perform IP address takeover using gratuitous ARPs.
|
|
|
|
It implements the following kinds of heartbeats:
|
|
- Bidirectional Serial Rings ("raw" serial ports)
|
|
- UDP/IP broadcast (ethernet, etc)
|
|
- Unicast heartbeats
|
|
- "ping" heartbeats (for routers, switches, etc.)
|
|
(to be used for breaking ties in 2-node systems)
|
|
|
|
ldirectord is a stand-alone daemon to monitor services.
|
|
|
|
The STONITH module (a.k.a. STOMITH) provides an extensible interface
|
|
for remotely powering down a node in the cluster.
|
|
|
|
PILS is an generalized and portable open source Plugin and Interface
|
|
Loading System. PILS manages both plugins (loadable objects), and
|
|
the interfaces these plugins implement. PILS is designed to support
|
|
any number of plugins implementing any number of interfaces.
|
|
|
|
WWW: http://linux-ha.org/
|
|
|
|
Scott Kleihege <scott-ports@tummy.com>
|