[20180823153803] Agent Ports and Bug Fixes

Agents can now be specified in one of these formats:

agent: true

or

agent:
  ports:
    - 5000
    - 5001/tcp
    - 5002/udp

Using the latter format will allow your agent processes to bind to ports on each host. The protocol defaults to tcp.

This is useful for things like the Datadog agent, see convox-examples/dd-agent#9