From bdd030c118c7dd5996113f9afa2f4ef7f8e1fd78 Mon Sep 17 00:00:00 2001 From: Pierre-Philipp Braun Date: Fri, 24 Apr 2020 07:39:23 +0700 Subject: system/heartbeat: Added (Linux-HA heartbeat). Signed-off-by: Willy Sudiarto Raharjo --- system/heartbeat/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 system/heartbeat/README (limited to 'system/heartbeat/README') 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. -- cgit v1.2.3