python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

Add ability to specify multiple checks when registering service

Open Kentzo opened this issue 8 years ago • 1 comments

Consul allows to specify multiple checks when registering a service, but Consul.Agent.Service.register seems to support only one check per definition.

Kentzo avatar Sep 07 '17 07:09 Kentzo

Running into this limitation, trying to register multiple checks to a service vi ansible module that registers service checks using Consul.Agent.Service.register causing new checks to over write old checks.

malmon avatar Nov 28 '17 15:11 malmon