summaryrefslogtreecommitdiffstats
path: root/system/heartbeat/README
diff options
context:
space:
mode:
author Pierre-Philipp Braun <pbraun@nethence.com>2020-04-24 07:39:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-24 07:39:23 +0700
commitbdd030c118c7dd5996113f9afa2f4ef7f8e1fd78 (patch)
tree352d6a0c1db8763b94e0464cbf6cfe14b89404e0 /system/heartbeat/README
parentde24fb3e8b1e63f3ba582fcffb57332ff5973d99 (diff)
downloadslackbuilds-bdd030c118c7dd5996113f9afa2f4ef7f8e1fd78.tar.gz
slackbuilds-bdd030c118c7dd5996113f9afa2f4ef7f8e1fd78.tar.xz
system/heartbeat: Added (Linux-HA heartbeat).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/heartbeat/README')
-rw-r--r--system/heartbeat/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/heartbeat/README b/system/heartbeat/README
new file mode 100644
index 0000000000..742f8f2af6
--- /dev/null
+++ b/system/heartbeat/README
@@ -0,0 +1,13 @@
+Linux-HA heartbeat
+
+Heartbeat is a daemon that provides cluster infrastructure (communication and
+membership) services to its clients. This allows clients to know about the
+presence (or disappearance!) of peer processes on other machines and to easily
+exchange messages with them.
+
+Heartbeat still comes with an integrated primitive resource
+manager, which basically is just a shell script. This is also
+referred to as "v1 style" or "haresources style" configuration.
+
+You might also want to install cluster-glue, heartbeat, resource-agents,
+fence-agents.