Shawn Cook
598526eba2
Docs - add verbage to anti-entropy page.
2015-09-11 14:27:54 -07:00
Anthony Scalisi
10e028d599
remove various typos
2015-09-11 12:29:54 -07:00
Shawn Cook
4caf049c4c
Update documentation for service definition
2015-09-11 09:32:54 -07:00
James Phillips
1387aba91b
Fixes a typo in the telemetry docs.
2015-09-02 21:37:31 -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
b0fcb6c234
Merge pull request #1199 from hashicorp/f-scada-reload
...
SCADA client is reload-able
2015-08-26 11:46:50 -07:00
Ryan Uber
96e7b1869c
website: add atlas token/infra to reloadable config
2015-08-25 17:21:29 -07:00
James Phillips
103fe83b4a
Clarifies services docs a bit.
2015-08-25 16:12:19 -07:00
Cameron Stokes
23db28a5db
Added detail about left/failed nodes and 72h reaping
...
Ref: https://groups.google.com/forum/#!searchin/consul-tool/left/consul-tool/KVl0u91uCdw/bfzrUO4r-1QJ
2015-08-06 17:37:48 -07:00
Peter Fern
916ff7e5fa
Document `TCP` check type
2015-07-27 10:53:52 +10: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
Ryan Uber
6290cb93bd
website: adding tag/service name dns compliance docs
2015-06-25 09:08:38 -07:00
Ryan Uber
d0348d1291
Merge pull request #1004 from i0rek/advertise_addrs
...
Add advertise_addrs.
2015-06-23 12:32:07 -07: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
Ryan Uber
c8b3e48cbf
website: link to check pass/fail endpoint docs from checks page
2015-06-22 10:21:50 -07:00
Ryan Uber
c8f76b5e2c
website: document passing ACL tokens in catalog register/deregister
2015-06-15 11:45:30 -07:00
Christian Theune
74ac30c601
Wording.
2015-06-12 16:09:44 +02:00
Christian Theune
7211876688
Make behaviour of keyprefixes always matching all keys in a prefix more clear.
2015-06-12 16:07:42 +02:00
Ryan Uber
e872587e19
website: document TTL check persistence
2015-06-05 17:15:57 -07:00
siddharthist
0dac1ea126
Clarify how intervals are parsed
...
Current docs only show second intervals and do not specify
other valid options, this commit specifically outlines how the times are
parsed.
2015-06-03 12:53:09 -05:00
Ryan Uber
32820fc9d2
website: add status field for check registration in http docs
2015-05-28 13:09:33 -07:00
Ryan Uber
1ae7710024
website: document setting initial status of health checks in config
2015-05-28 13:03:01 -07:00
Armon Dadgar
ab3632e409
consul: lower default query time and add small stagger
2015-05-14 17:59:43 -07: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
Ryan Uber
dd57071240
website: Document peers api consistency. Fixes #880
2015-05-06 12:13:28 -07:00
Armon Dadgar
f3a8f907fb
Merge pull request #909 from hashicorp/f-create
...
Support ACL upsert behavior
2015-05-06 11:22:11 -07:00
Ryan Uber
739d1fdf03
Merge pull request #891 from hashicorp/f-token
...
ACL tokens for service/check registration
2015-05-05 22:17:31 -07:00
Armon Dadgar
c0f92c3256
website: Document new ACL upsert behavior
2015-05-05 19:25:27 -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
8d2834fb12
website: document service and check acl options
2015-04-28 14:28:06 -07:00
Vasily Vasilkov
3f5e767c30
Fix invalid link to sessions page
2015-04-22 12:40:27 +03:00
Cameron Ruatta
c7d560bd7e
Caps not necessary here
2015-04-20 20:59:45 -07:00
Cameron Ruatta
b3c084382e
Updating the docs to include information about registering a check with
...
a serviceid.
2015-04-20 20:56:26 -07:00
Ryan Breen
17c2644e39
Website: minor fix for docs/agent/http/agent.html.
2015-04-17 11:43:02 -04:00
Armon Dadgar
eccd5a18f9
Merge pull request #844 from mkostrikin/patch-1
...
Small tip for gracefull kill
2015-04-10 10:43:09 -07:00
Ryan Uber
e5797d9a86
website: fix typo
2015-04-08 09:59:23 -07:00
Maxim N. Kostrikin
362e44e678
Small tip for gracefull kill
2015-04-07 13:15:48 +05: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
Ryan Breen
3035abd446
Website: GH-826 fix anchor links in /docs/agent/watches.html.
2015-03-31 17:22:50 -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
Ryan Breen
6e261622f8
Website: GH-730 for docs/agent/watches.html.
2015-03-26 14:18:51 -04:00
Ryan Breen
f09817ada6
Website: GH-730 for docs/agent/telemetry.html.
2015-03-25 08:56:40 -04:00
Ryan Breen
220accc7d7
Website: GH-730 for docs/agent/encryption.html
2015-03-24 15:30:35 -04:00
Ryan Breen
0c21136a28
Website: GH-730 for docs/agent/dns.html.
2015-03-23 15:48:35 -04: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
8920da59ee
Website: cleanup for intro/getting-started/checks.html.
2015-03-17 17:50:28 -04:00
Bob Potter
7386c49fd6
website: default health check is 'serfHealth'
2015-03-05 17:38:28 -08:00
Ryan Breen
57a9928d48
Website: GH-751 Link to anti-entropy doc everywhere that the term is used.
2015-03-04 10:22:53 -05: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
Seth Vargo
a022dfcb32
Be consistent in docs about Consul Replicate vs consul-replicate
2015-02-24 20:29:41 -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
05ac51ca26
website: Adding Atlas docs
2015-02-18 15:15:01 -08: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
Armon Dadgar
9791cb1298
Merge pull request #695 from ryanbreen/session
...
Website: cleanup for docs/agent/http/session
2015-02-13 17:21:24 -08:00
Ryan Breen
75335db84f
Website: tweak cleanup for the docs/agent/options Command-line options section.
2015-02-13 15:19:17 -05:00
Ryan Breen
96c4aecc17
Website: cleanup for the docs/agent/options Command-line options section.
2015-02-13 14:58:05 -05:00
Ryan Breen
679c5ddc50
Remove language about LockDelay parsing.
2015-02-12 20:34:40 -05:00
Armon Dadgar
20e936ead7
Merge pull request #692 from ryanbreen/kv
...
Website: cleanup of docs/agent/http/kv
2015-02-12 16:53:49 -08:00
Ryan Breen
f325791590
More cleanup for docs/agent/http/session.
2015-02-12 15:15:53 -05:00
Ryan Breen
d2bc6f156d
Website: cleanup for docs/agent/http/session.
2015-02-12 14:50:54 -05:00
Ryan Breen
22162efccf
Website: finalize cleanup of docs/agent/http/kv
2015-02-11 23:44:10 -05:00
Ryan Breen
1b6b1e09bd
Website: cleanup of docs/agent/http/kv
2015-02-11 21:54:03 -05:00
Ryan Breen
03fad82b09
Website: finalize cleanup for docs/agent/http/health.
2015-02-10 15:52:22 -05:00
Ryan Breen
01c74378a5
Website: cleanup for docs/agent/http/health.
2015-02-10 15:49:21 -05:00
Armon Dadgar
c6ec9dd844
Merge pull request #678 from ryanbreen/agent
...
Cleanup for docs/agent/http/agent.
2015-02-09 09:54:53 -08:00
Armon Dadgar
d3df3673fa
Merge pull request #681 from ryanbreen/catalog
...
Website: cleanup of docs/agent/http/catalog
2015-02-09 09:53:57 -08:00
Ryan Breen
6c9edb4eba
Website: cleanup for docs/agent/http/event.
2015-02-09 11:24:23 -05:00
Ryan Breen
b8beec0311
Website: finalize cleanup of docs/agent/http/catalog.
2015-02-08 12:49:02 -05:00
Ryan Breen
3df08cb7ab
Website: edits for docs/agent/http/catalog.
2015-02-08 12:44:36 -05:00
Ryan Breen
75f9327fe4
Finalize cleanup of docs/agent/http/agent.
2015-02-07 17:43:43 -05:00
Ryan Breen
b90fa33929
Cleanup for docs/agent/http/agent.
2015-02-07 17:36:10 -05:00
Ryan Breen
9e54778fbe
Fixes for docs/agent/http/status
2015-02-06 13:47:32 -05:00
Ryan Uber
6cc9478c38
website: document http check timeout configuration
2015-02-05 23:30:08 -08:00
Armon Dadgar
7724fd8774
Merge pull request #673 from ryanbreen/watches
...
Very minor tweaks to docs/agent/watches
2015-02-05 09:43:54 -08:00
Ryan Breen
a02bd2f586
Finalize cleanups for docs/agent/http/acl.
2015-02-05 12:02:03 -05:00
Ryan Breen
1fcded43af
Cleanups for docs/agent/http/acl.
2015-02-05 11:52:29 -05:00
Ryan Breen
f381aa554a
Pare off unnecessary space.
2015-02-04 22:28:10 -05:00
Ryan Breen
6c30b2f39a
Minor fixes for docs/agent/watches.
2015-02-04 22:25:29 -05:00
Ryan Breen
b51730ddd7
Finalize telemetry docs edits.
2015-02-04 14:07:33 -05:00