kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

Support health checks on different ip/port #56

Closed kklimonda closed 6 years ago

kklimonda commented 6 years ago

Allow defining health checks that don't share ip/port with the backend, e.g. UDP backends that have an HTTP endpoint for metrics, that can be used to verify service health.

kobolog commented 6 years ago

Thanks, that's a neat feature!