James Phillips
590ab94d8d
Adds documentation for WAN address translation.
2016-02-07 11:12:19 -08:00
James Phillips
d2d6b51fe4
Tweaks the telemetry docs.
2016-02-06 22:07:11 -08:00
Nate Brown
43a4f3fe02
Option to disable hostnames from telemetry
2016-01-29 13:44:48 -08:00
Seth Vargo
cae0ff354a
Use HTTPS + www. where appropriate
2016-01-13 17:44:01 -05:00
James Phillips
203d8101eb
Tweaks wording of reap config option section.
2016-01-06 22:29:03 -08:00
James Phillips
c1fe9092ed
Merge pull request #1550 from hashicorp/f-devmode
...
Add a `-dev` mode for easy prototyping
2016-01-05 10:01:41 -08:00
Ryan Uber
c4e73275b0
website: add docs for dev mode
2015-12-27 09:45:59 -06:00
Alvaro Miranda
bbf67d83fb
fix identation on statsd_addr
...
ditto
2015-12-27 18:19:31 +13:00
Ryan Uber
e040616df1
website: document the static ui flag
2015-12-24 22:21:34 -05:00
James Phillips
0b1c346990
Changes sense of option to "reap" and uses nil for "not set".
2015-12-22 10:28:10 -08:00
James Phillips
2b257c922e
Adds child process reaping when Consul is running as PID 1.
2015-12-21 21:47:35 -08:00
James Phillips
63b3e7f16a
Clarifies format of stats aggregator configurations as host:port.
2015-12-18 22:53:55 -08:00
Sep Nasiri
48c2f68edc
Change example filename to use .json instead of .js
...
Since only .json files are loaded using .js as an example here is confusing.
2015-12-08 18:42:32 -08:00
talwai
0a5434f2a0
Add DogStatsD configuration options to documentation source
2015-11-11 14:30:37 -05:00
Cameron Stokes
442461b030
Clarify format of the -atlas agent option.
2015-10-27 14:21:05 -07:00
Anthony Scalisi
10e028d599
remove various typos
2015-09-11 12:29:54 -07:00
Ryan Breen
80d26f9156
Merge pull request #1167 from railsguru/master
...
Add -http-port option to change the HTTP API port
2015-09-02 01:15:55 -04:00
Andy Lo-A-Foe
bb5422af14
Position it alphabetically
2015-09-02 06:28:55 +02:00
Andy Lo-A-Foe
00b906774b
Update agent options section on the website
2015-09-02 05:36:09 +02:00
Ryan Uber
4adc0b5c66
website: document precedence of Atlas endpoint inputs
2015-08-27 17:54:56 -07:00
Ryan Uber
b8e82eee1c
website: document atlas endpoint config
2015-08-27 11:31:29 -07:00
Ryan Uber
96e7b1869c
website: add atlas token/infra to reloadable config
2015-08-25 17:21:29 -07:00
ketzacoatl
b63041c3b0
Minor improvement to `acl_master_token` docs
...
Confirm the expected format, and what happens if not provided.
2015-07-01 15:34:35 -04:00
Hans Hasselberg
267e0caf81
Implement advertise_addrs for SerfLan, SerfWan and RPC.
...
Fixes #550 .
This will make it possible to configure the advertised adresses for
SerfLan, SerfWan and RPC. It will enable multiple consul clients on a
single host which is very useful in a container environment.
This option might override advertise_addr and advertise_addr_wan
depending on the configuration.
It will be configureable with advertise_addrs. Example:
{
"advertise_addrs": {
"serf_lan": "10.0.120.91:4424",
"serf_wan": "201.20.10.61:4423",
"rpc": "10.20.10.61:4424"
}
}
2015-06-23 21:23:45 +02:00
Armon Dadgar
90d6204a1a
website: document the new TLS changes
2015-05-11 16:22:10 -07:00
Cameron Ruatta
587cd35c6c
Adding docs about configuration directory sub-directories
2015-05-11 10:36:50 -07:00
Cameron Ruatta
9271d94532
Adding documentation about specifying multiple configuration directories
2015-05-11 10:19:04 -07:00
Armon Dadgar
a86f31517b
Merge pull request #816 from pepov/master
...
Support different advertise address for WAN gossip
2015-05-04 15:40:25 -07:00
Ryan Uber
5f140f1972
website: document statsite_prefix option
2015-05-03 16:54:19 -07:00
Ryan Uber
e5797d9a86
website: fix typo
2015-04-08 09:59:23 -07:00
Ryan Breen
0ad25ece43
Website: GH-831, mention that https port must be specified to start an https listener.
2015-04-03 22:12:00 -04:00
pepov
80dcc7fa08
update the docs: add advertise-wan cli and advertise_addr_wan json config
2015-03-28 16:08:20 +01:00
Ryan Uber
2fc6d530f3
website: document minimum session TTL setting
2015-03-27 11:34:27 -07:00
Johannes 'fish' Ziemke
f935a8a506
Add -domain command line flag to agent
...
This makes it possible to configure the domain on the command line
additionally to the config file.
2015-03-20 16:05:41 +01:00
tummychow
81545e9499
Add doc notes for HTTPS API
...
- the HTTPS API address can be configured just like any other address
- the verify_incoming setting also applies to the HTTPS API
2015-03-18 16:08:41 -07:00
Ryan Breen
30b7cf7f1f
Website: GH-747 change acl_master token to acl_master_token
2015-03-03 11:46:57 -05:00
Ryan Breen
caf1783366
Website: GH-747 Add docs on acl_master_token installation.
2015-03-03 11:33:49 -05:00
Ryan Breen
b9e72887e9
Website: Add links to options and commands referenced in docs/agent/basics.html and docs/guide/bootstrapping.html.
2015-02-24 14:11:11 -05:00
Ryan Breen
f41dce97fd
Manually specify anchors for each LI in options.html. This is necessary because the middleman-hashicorp logic only inserts anchors if the body of the LI contains no links. For consistent presentation, we need to specify all anchors rather than relying on middleman.
2015-02-24 12:30:17 -05:00
Ryan Breen
26ec7ca600
Website: /docs/agent/options Fix internal links in options.html to match the anchors created by middleman-hashicorp.
2015-02-23 15:34:46 -05:00
Ryan Breen
a5b5eff31c
Merge branch 'master' of github.com:hashicorp/consul
2015-02-23 14:45:00 -05:00
Ryan Breen
16600d498e
Website: docs/agent/options.html Fix config-file reference.
2015-02-23 14:44:31 -05:00
Ryan Uber
2c3995b8c5
website: document -recursor arg for agent cli
2015-02-23 10:43:15 -08:00
Ryan Breen
b78eb40ef4
s/data center/datacenter/g
2015-02-19 17:45:47 -05:00
Armon Dadgar
c650deb076
website: Document new options
2015-02-18 15:15:01 -08:00
Ryan Breen
802804a6cf
Website: add some missing intra-page links in docs/agent/options
2015-02-16 20:51:04 -05:00
Ryan Breen
abfe4061a8
Website: clean up a few intra-page links in docs/agent/options
2015-02-16 20:42:21 -05:00
Ryan Breen
bfcdd210b7
Website: add intra-page links in docs/agent/options
2015-02-16 19:48:49 -05:00
Ryan Breen
3f23ac2fc7
Website: finalize edits for configuration file options in docs/agent/options.
2015-02-15 00:47:52 -05:00
Ryan Breen
0c22eb0039
Website: edits for configuration file options in docs/agent/options.
2015-02-15 00:43:01 -05:00