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:
parent
b4e71c1ef2
commit
2bdd89d357
2
mods-available/0_watchdog.load
Normal file
2
mods-available/0_watchdog.load
Normal file
|
@ -0,0 +1,2 @@
|
|||
# mod_watchdog must be loaded BEFORE other modules using it!
|
||||
LoadModule watchdog_module modules/mod_watchdog.so
|
2
mods-available/heartbeat.load
Normal file
2
mods-available/heartbeat.load
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Depends: 0_watchdog status
|
||||
LoadModule heartbeat_module modules/mod_heartbeat.so
|
2
mods-available/heartmonitor.load
Normal file
2
mods-available/heartmonitor.load
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Depends: 0_watchdog status
|
||||
LoadModule heartmonitor_module modules/mod_heartmonitor.so
|
2
mods-available/lbmethod_heartbeat.load
Normal file
2
mods-available/lbmethod_heartbeat.load
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Depends: proxy_balancer heartmonitor
|
||||
LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
|
2
mods-available/proxy_hcheck.load
Normal file
2
mods-available/proxy_hcheck.load
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Depends: 0_watchdog proxy
|
||||
LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so
|
Loading…
Reference in a new issue