From 212cb6c2dcb419aaa6c848406136ec05e98c8632 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Thu, 16 Feb 2012 02:47:54 +0100 Subject: Import upstream release candidate 2.4.1 --- docs/manual/mod/mod_heartmonitor.html.en | 75 ++++++++++++++++++++++++++------ 1 file changed, 62 insertions(+), 13 deletions(-) (limited to 'docs/manual/mod/mod_heartmonitor.html.en') diff --git a/docs/manual/mod/mod_heartmonitor.html.en b/docs/manual/mod/mod_heartmonitor.html.en index ec1e4968..2f13eb8c 100644 --- a/docs/manual/mod/mod_heartmonitor.html.en +++ b/docs/manual/mod/mod_heartmonitor.html.en @@ -13,28 +13,47 @@
<-
-Apache > HTTP Server > Documentation > Version 2.3 > Modules
+Apache > HTTP Server > Documentation > Version 2.4 > Modules

Apache Module mod_heartmonitor

Available Languages:  en 

- - +
Description:
Status:Extension
+ -
Description:centralized monitor for mod_heartbeat origin servers
Status:Experimental
Module Identifier:heartmonitor_module
Source File:mod_heartmonitor.c
Compatibility:Available in 2.3 and later
+Compatibility:Available in Apache 2.3 and later

Summary

-
This document is still under development.
+

+mod_heartmonitor listens for server status messages generated +by mod_heartbeat enabled origin servers and makes their status +available to mod_lbmethod_heartbeat. This allows +ProxyPass to use the "heartbeat" +lbmethod inside of ProxyPass. +

+ +

This module uses the services of mod_slotmem_shm when +available instead of flat-file storage. No configuration is required to +use mod_slotmem_shm.

+ +
+ To use mod_heartmonitor, + mod_status and mod_watchdog + must be either a static modules or, if a dynamic module, it must + be loaded before mod_heartmonitor. +
+
@@ -42,13 +61,41 @@
top

HeartbeatListen Directive

- - + + + + + + +
Description:Address to listen for heartbeat requests
Syntax:
Description:multicast address to listen for incoming heartbeat requests
Syntax:HeartbeatListenaddr:port
Default:disabled
Context:server config
Status:Experimental
Module:mod_heartmonitor
+

The HeartbeatListen directive specifies the + multicast address on which the server will listen for status information from + mod_heartbeat-enabled servers. This + address will usually correspond to a configured HeartbeatAddress on an origin server. +

+ +

+ HeartbeatListen 239.0.0.1:27999 +

+ +

This module is inactive until this directive is used.

+ +
+
top
+

HeartbeatMaxServers Directive

+ + + + - +
Description:Specifies the maximum number of servers that will be sending +heartbeat requests to this server
Syntax:HeartbeatMaxServers number-of-servers
Default:HeartbeatMaxServers 10
Context:server config
Status:Extension
Status:Experimental
Module:mod_heartmonitor
-
This document is still under development.
+

The HeartbeatMaxServers directive specifies the + maximum number of servers that will be sending requests to this monitor + server. It is used to control the size of the shared memory allocated + to store the heartbeat info when mod_slotmem_shm is in use.

top
@@ -58,16 +105,18 @@ Syntax:HeartbeatStorage file-path Default:HeartbeatStorage logs/hb.dat Context:server config -Status:Extension +Status:Experimental Module:mod_heartmonitor -
This document is still under development.
+

The HeartbeatStorage directive specifies the + path to store heartbeat data. This flat-file is used only when + mod_slotmem_shm is not loaded.

Available Languages:  en 

\ No newline at end of file -- cgit v1.2.3