consul/website/source/docs/agent
Alexander Simmerl 461c1e18a5 Add multiple service definition support
This change-set adds another key to the configuration decoding called
`services`, which is expected to be a list of service definitions. It
follows the established convention of only allowing one of the keys:
`service`, `check`, `services`. For every entry in the list it calls
the corresponding decode method and appends it to the Servics of the
resulting Config.

While a similar result could be achieved with changing the Services
member of the Config struct to have named mapstruct tag it lacks the
proper time conversions provided by DecodeServiceDefinition.
2014-10-23 22:50:40 -04:00
..
basics.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
checks.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
dns.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
encryption.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
http.html.markdown website: Fixing formatting 2014-10-23 17:14:40 -07:00
logging.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
options.html.markdown website: document retry_join and retry_interval flags for config file 2014-10-23 16:40:49 -07:00
rpc.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
services.html.markdown Add multiple service definition support 2014-10-23 22:50:40 -04:00
telemetry.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
watches.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00