Basics: - (0_)watchdog.load Health: - proxy_hcheck.load Heartbeat: - heartbeat.load - heartmonitor.load - lbmethod_heartbeat.load
@@ -0,0 +1,2 @@
+# mod_watchdog must be loaded BEFORE other modules using it!
+LoadModule watchdog_module modules/mod_watchdog.so
+# Depends: 0_watchdog status
+LoadModule heartbeat_module modules/mod_heartbeat.so
+LoadModule heartmonitor_module modules/mod_heartmonitor.so
+# Depends: proxy_balancer heartmonitor
+LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
+# Depends: 0_watchdog proxy
+LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so