github / glb-director

GitHub Load Balancer Director and supporting tooling.
Other
2.37k stars 227 forks source link

GLB health-checks: parameter configurability: #100

Closed ravisinghsfbay closed 4 years ago

ravisinghsfbay commented 4 years ago

Configured values apply for all backends across all tables.

Config stanza: in /etc/glb/forwarding_table.src.json (same level as tables[]): eg.

{
 "healthcheck_global_cfg":
  {
     "interval_ms": 4000,
     "timeout_ms": 2000,
     "trigger": 4
  }

} Interval & timeout values are in milli-seconds. Timeout value should be less than the interval. Trigger is an absolute number.