Browse Source

Health and heartbeat checks/lbmethod for RevProxy

Basics:
- (0_)watchdog.load

Health:
- proxy_hcheck.load

Heartbeat:
- heartbeat.load
- heartmonitor.load
- lbmethod_heartbeat.load
Sven Velt 8 years ago
parent
commit
2bdd89d357

+ 2 - 0
mods-available/0_watchdog.load

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

+ 2 - 0
mods-available/heartbeat.load

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

+ 2 - 0
mods-available/heartmonitor.load

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

+ 2 - 0
mods-available/lbmethod_heartbeat.load

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

+ 2 - 0
mods-available/proxy_hcheck.load

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