James Phillips

Results 6 comments of James Phillips

It seems like it should be easy to attach a consul-template TTL check as one of the checks for whatever service consul-template is managing, not necessarily as a separate service...

Talking to @sean- offline I'm coming around to some of the earlier suggestions. Perhaps a local service can have a `pid` defined and no address/port which would keep it out...

Hi @alvaroaleman realized we need to update the README but consul-template has a "dry run" mode that will print the templates to stdout and check that they are properly formed:...

Hi @olexandr-klymenko JSON feels a little specific and potentially a little weird in environment variables. I'm wondering if something like https://github.com/hashicorp/consul-template#plugins would be a good solution for this.

Hey everyone - we are definitely committed to supporting containers for our tools, and have been actively working on this on several fronts (we recently got an official image for...

Consul 0.6 added a "tag override" feature that's useful for implementing schemes like this, though the logic is run outside of Consul, not from Consul itself as suggested here. Here's...