switch to a 60 bit hash
[httpd-crcsyncproxy.git] / modules / cluster / README.heartmonitor
blob0cb70bcb98e82de9dd7eb9506a5c9b86b345d3b8
1 mod_heartmonitor
3 Collects the Apache Connection status data over multicast.
5 Example Configuration:
6   # First parameter is the interface to listen on
7   HeartbeatListen 239.0.0.1:27999
8   # Absolute path, or relative path to ServerRoot
9   HeartbeatStorage logs/hb.dat
11 Dependencies:
12   Due to a bug in APR's apr_socket_recvfrom, version 1.2.12 or newer must be
13   used:
14     <http://svn.apache.org/viewvc?view=rev&revision=467600>
16 Consuming:
17   This module atomically writes to the configured path, a list of servers, 
18   along with metadata about them.
19   
20   Included data about each server:
21     - IP Address
22     - Busy Slots
23     - Open Slots
24     - Last Seen
26   Every 5 seconds, this file will be updated with the current status of the 
27   cluster.
29