airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse
MIT License
942 stars 151 forks source link

HTTP health check on a different port #63

Closed Jaykah closed 9 years ago

Jaykah commented 9 years ago

Adds the ability to perform health checks on a custom port.

Use case: Galera MySQL cluster with HTTP-check (MySQL port 3306 and HTTP check on port 80)

By default, does not change behavior - http_port = port

igor47 commented 9 years ago

i'm a bit confused by this PR; how is this different from just setting port for a check?

Jaykah commented 9 years ago

Sorry, this was supposed to go with another PR, let's close this for now.