Andy Lo-A-Foe
00b906774b
Update agent options section on the website
2015-09-02 05:36:09 +02:00
James Phillips
26ce9d16be
Merge pull request #1200 from ryotarai/lock-pass-stdin
...
command/lock: Pass stdin to child process when -pass-stdin passed.
2015-08-31 21:14:45 -07:00
Ryota Arai
b2755d026e
website: description of -pass-stdin option
2015-09-01 11:00:26 +09:00
Ryan Breen
8e8526de8f
Cleanup for guides/forwarding.html
2015-08-30 12:01:49 -04:00
Marc Tamsky
0db9346ecc
Explain 'recursors' behavior with an example.
2015-08-28 18:27:26 -07:00
Marc Tamsky
b71a51e277
add dnsmasq example, add pointer to 'recursors'
2015-08-28 18:10:37 -07: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
James Phillips
88c15e5bbd
Fixes a typo in the event docs, and twiddles the formatting.
2015-08-13 17:26:41 -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
Jack Pearkes
25f0f3cb37
website: fix broken link on acl page
2015-07-31 12:14:28 -07:00
Armon Dadgar
4a9b91f2a2
Merge pull request #1130 from pdf/check_socket
...
Add Socket check type
2015-07-27 14:21:24 -07:00
Peter Fern
916ff7e5fa
Document `TCP` check type
2015-07-27 10:53:52 +10:00
Ryan Uber
38175f450b
website: docs for keyring ACLs
2015-07-07 11:45:49 -06:00
Ryan Uber
e37b5ecb69
Merge pull request #1046 from hashicorp/f-event-acl
...
Event ACLs
2015-07-02 07:02:07 -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
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
7e63572df6
website: document -token parameter for exec/event commands
2015-06-22 17:19:07 -07: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
84a47947d7
website: fix event acl policy docs
2015-06-19 12:18:09 -07:00
Ryan Uber
1e5a2a8960
website: add docs for user event acls
2015-06-18 18:13:29 -07:00
Ryan Uber
0381e1a253
website: fix mention of read-only policy for service acls
2015-06-18 18:13:01 -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
e7125213ca
website: add a note in the upgrade notes for 0.6 discovery ACLs
2015-06-11 17:48:08 -07:00
Ryan Uber
9285ec1891
website: add note about anonymous token and discovery ACLs
2015-06-11 17:39:01 -07:00
Ryan Uber
96746fb1c1
website: document service discovery ACLs
2015-06-11 14:45:52 -07: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
Andrew Ortman
4bf6babea5
Update upgrade instructions for 0.5.2
...
The docs were confusing as to whether or not 0.5.2 includes the migration tool, which it does. This edit should make it more clear for the end user
2015-06-02 13:02:35 -05:00
Clint Shryock
dcb2d9e5ac
fix typo
2015-06-01 08:34:54 -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
Ryan Uber
84b602a925
website: be explicit about grace period in lock command
2015-05-28 12:24:32 -07:00
Armon Dadgar
ab3632e409
consul: lower default query time and add small stagger
2015-05-14 17:59:43 -07:00
Colin Rymer
a111719d23
Typo fix
2015-05-12 15:54:32 -04: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
8f79a964cd
website: link and formatting adjustments for configtest command
2015-05-11 09:42:06 -07:00
Ryan Uber
3ad94bd81d
Merge pull request #904 from josephholsten/configtest-clean
...
add minimal configtest command
2015-05-11 09:01:54 -07:00
Joseph Anthony Pasquale Holsten
afbf68878c
command/configtest: add
2015-05-08 13:09:50 -07:00
Ryan Uber
dd57071240
website: Document peers api consistency. Fixes #880
2015-05-06 12:13:28 -07:00
Armon Dadgar
9707383021
website: Update ACL description to longest-prefix
2015-05-06 12:04:40 -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
Armon Dadgar
b381cca304
Merge pull request #902 from hashicorp/f-stats-prefix
...
Allow configuring the stats prefix
2015-05-04 15:19:47 -07:00
Armon Dadgar
2af6309870
website: FAQ for delta updates
2015-05-04 14:23:33 -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
Ivan Evtuhovich
bd97a0df54
Fix disambiguty
...
When i look how to start server, a read "simply start new server with the -server flag" and understand nothing. I think "agent" is a correct word here.
2015-04-26 19:34:34 +03: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
Ryan Breen
0696a45b43
Website: cleanup for docs/internals/sessions.html.
2015-04-15 14:47:15 -04:00
Ryan Breen
26f03ea30d
Website: cleanup for docs/internals/security.html.
2015-04-13 18:17:29 -04:00
Ryan Breen
8a50c28fc1
Website: minor tweaks for docs/internals/jepsen.html.
2015-04-12 22:44:57 -04:00
Ryan Breen
dd15b47bdf
Website: fix caps issue in docs/internals/consensus.html.
2015-04-11 18:32:15 -04:00
Ryan Breen
a54e8678a1
Website: revert link to securing Consul doc since it's not ready yet.
2015-04-11 11:43:00 -04:00
Ryan Breen
218b432446
Website: minor additional tweaks for docs/internals/consensus.html.
2015-04-11 11:41:55 -04:00
Ryan Breen
2b9bb18921
Website: cleanup for docs/internals/consensus.html, including removing LMDB references in favor of BoltDB per GH-857.
2015-04-10 23:06:28 -04:00
Ryan Uber
6cc0eefa76
Merge pull request #857 from hashicorp/f-boltdb
...
Raft uses BoltDB
2015-04-10 18:30:07 -07:00
Ryan Uber
72fa55043c
website: add example cli output from migration
2015-04-10 18:24:09 -07:00
Ryan Uber
57ba747f54
website: add mention of consul-migrate
2015-04-10 17:52:49 -07: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
Ryan Breen
5e6a4d4f7d
Website: tweaks to docs/internals/architecture.html.
2015-03-30 18:07:58 -04:00
Ryan Breen
efb374e080
Website: very minor tweaks to docs/internals/anti-entropy.html.
2015-03-29 10:53:49 -04:00
Ryan Breen
d90a466f45
Website: more cleanup for docs/internals/acl.html.
2015-03-28 11:54:16 -04:00
Ryan Breen
ba3071c147
Website: GH-781 and cleanup for docs/internals/acl.html.
2015-03-28 11:26:26 -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
Silas Sewell
cb1155d5b4
Fix create session link in semaphore guide
2015-03-28 10:39:53 -04:00
Ryan Uber
2fc6d530f3
website: document minimum session TTL setting
2015-03-27 11:34:27 -07:00
Ryan Breen
4d5c07af26
Website: GH-730 for docs/guides/manual-bootstrap.html.
2015-03-27 13:20:32 -04: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
Ryan Breen
709de1a43b
Website: GH-730 for docs/internals/acl.html.
2015-03-22 11:44:16 -04:00
Ryan Breen
dc764fee91
Website: cleanup for docs/internals/index.html.
2015-03-21 21:52:26 -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
8ca790e7ad
Website: cleanup for node reaping detail in the FAQ.
2015-03-18 17:27:30 -04:00
Ryan Breen
8ccc23beff
Website: add node reaping detail to the FAQ.
2015-03-18 12:56:12 -04:00
Ryan Breen
8920da59ee
Website: cleanup for intro/getting-started/checks.html.
2015-03-17 17:50:28 -04:00
Armon Dadgar
51e9205d62
website: Clarify consistency in FAQ
2015-03-09 11:46:59 -07:00
Armon Dadgar
8f81051a4c
website: Formating fix
2015-03-09 10:10:22 -07:00
Armon Dadgar
b51b463f09
website: Update FAQ about UDP multicast
2015-03-09 10:01:50 -07:00