Open
Description
Since Consul supports multiple checks for one service,
it'd be nice if registrator suppported this too.
Maybe separated them with commas ?
SERVICE_CHECK_HTTP=/health/endpoint/path1,/health/endpoint/path2
SERVICE_CHECK_SCRIPT="curl --silent --fail example1.com","curl --silent --fail example2.com"