1
0
Fork 0
apache2/modules/cluster
Daniel Baumann 7263481e48
Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:26 +02:00
..
config5.m4 Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
Makefile.in Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartbeat.c Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartbeat.dep Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartbeat.dsp Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartbeat.mak Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartmonitor.c Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartmonitor.dep Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartmonitor.dsp Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
mod_heartmonitor.mak Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
NWGNUmakefile Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
NWGNUmodheartbeat Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
NWGNUmodheartmonitor Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
README.heartbeat Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00
README.heartmonitor Adding upstream version 2.4.63. 2025-06-22 11:01:26 +02:00

mod_heartmonitor

Collects the Apache Connection status data over multicast.

Example Configuration:
  # First parameter is the interface to listen on
  HeartbeatListen 239.0.0.1:27999
  # Absolute path, or relative path to ServerRoot
  HeartbeatStorage logs/hb.dat

Dependencies:
  Due to a bug in APR's apr_socket_recvfrom, version 1.2.12 or newer must be
  used:
    <http://svn.apache.org/viewvc?view=rev&revision=467600>

Consuming:
  This module atomically writes to the configured path, a list of servers, 
  along with metadata about them.
  
  Included data about each server:
    - IP Address
    - Busy Slots
    - Open Slots
    - Last Seen

  Every 5 seconds, this file will be updated with the current status of the 
  cluster.