Health and heartbeat checks/lbmethod for RevProxy

Basics:
- (0_)watchdog.load

Health:
- proxy_hcheck.load

Heartbeat:
- heartbeat.load
- heartmonitor.load
- lbmethod_heartbeat.load
This commit is contained in:
Sven Velt 2016-11-10 21:04:57 +01:00
parent b4e71c1ef2
commit 2bdd89d357
5 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# mod_watchdog must be loaded BEFORE other modules using it!
LoadModule watchdog_module modules/mod_watchdog.so

View file

@ -0,0 +1,2 @@
# Depends: 0_watchdog status
LoadModule heartbeat_module modules/mod_heartbeat.so

View file

@ -0,0 +1,2 @@
# Depends: 0_watchdog status
LoadModule heartmonitor_module modules/mod_heartmonitor.so

View file

@ -0,0 +1,2 @@
# Depends: proxy_balancer heartmonitor
LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so

View file

@ -0,0 +1,2 @@
# Depends: 0_watchdog proxy
LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so