Commit Graph

175 Commits

Author SHA1 Message Date
Alex Dadgar
bb45b95bc4 Allow tuning of heartbeat ttls
This PR allows tuning of heartbeat TTLs. An example of very aggressive
settings is as follows:

```
server {
  heartbeat_grace = "1s"
  min_heartbeat_ttl = "1s"
  max_heartbeats_per_second = 200.0
}
```
2017-07-19 09:38:35 -07:00
Charlie Voiselle
77c6f32243 Spellcheck sweep of website directory
Caught some typos.  Made units separate from the numbers 1GHz -> 1 GHz
after talking to Nick about questions of style (this has the side effect of making future spell checking easier).
2017-07-17 14:41:50 -04:00
Alex Dadgar
86e49b97d9 Add config options 2017-07-07 12:05:56 -07:00
Alex Dadgar
78624cbd76 Merge pull request #2755 from hashicorp/sethvargo/docs-updates
Update docs notes
2017-07-06 10:02:38 -07:00
Seth Vargo
dfcbd498e6 Document permissions for agents
Fixes GH-948
2017-06-29 16:59:19 +08:00
Michael Schurter
b8de3608fb Default no_host_uuid to true instead of false
The host UUID isn't unique in many virtualized cases and of dubious
value even when it is univerally unique. Default to a random UUID.
2017-06-23 16:23:01 -07:00
Rob Genova
51ca07c50a Remove Atlas references from docs 2017-06-05 23:05:43 +00:00
Michael Schurter
236ef21489 Merge pull request #2636 from hashicorp/f-gc-alloc-limit
Add new gc_max_allocs tuneable
2017-05-30 16:14:09 -07:00
Michael Schurter
fe79c8ac88 Don't autoadvertise private ip if bind=localhost
A slight improvement to #2399 - if bind is localhost, return an error
instead of advertising a private ip. The advertised ip isn't valid and
will just cause errors on use. It's better to fail with an error message
instructing users how to fix the problem.
2017-05-30 11:47:29 -07:00
Michael Schurter
f6ea22302c Update docs to match gc_max_allocs default 2017-05-30 11:39:12 -07:00
Michael Schurter
b9bd1b0e95 Merge pull request #2399 from multani/sockaddr-template
Add support for late binding to IP addresses using go-sockaddr/template
2017-05-11 17:25:03 -07:00
Michael Schurter
cc11d9a563 Add new gc_max_allocs tuneable
More than gc_max_allocs may be running on a node, but terminal allocs
will be garbage collected to try to keep the total number below the
limit.
2017-05-11 17:18:02 -07:00
Michael Schurter
78af600070 Update consul/api to support unix socket addrs
Fixes #2594
2017-05-08 11:57:04 -07:00
Michael Schurter
731995e34b Document verify_https_client 2017-05-02 17:38:12 -07:00
Michael Schurter
b54c248feb Mention required cli config when using tls
Fixes #2571
2017-04-18 09:04:06 -07:00
Alex Dadgar
0d2e99b887 small doc change 2017-04-10 12:35:41 -07:00
Diptanu Choudhury
b0a20b4dc9 Fixed typo 2017-04-10 11:45:11 -07:00
Diptanu Choudhury
2073eaf2be Added docs 2017-04-10 11:27:32 -07:00
Jonathan Ballet
544d9e95db Update doc to explain support for go-sockaddr/template format 2017-03-22 09:05:19 +01:00
Alex Dadgar
b21761344d Update the vault config on website 2017-03-15 16:08:15 -07:00
Alex Dadgar
bfebe1afdc rename cpu_total_compute and docs 2017-03-14 14:15:49 -07:00
Alex Dadgar
97a4e136a6 Merge pull request #2427 from hashicorp/f-gc-limit
Limit parallelism during garbage collection
2017-03-14 10:45:29 -07:00
Diptanu Choudhury
2d0dd6534f Added docs for the collection_interval option in the telemetry block 2017-03-10 16:33:25 -08:00
Alex Dadgar
701537e9c5 Limit parallelism during garbage collection
This PR introduces a parallelism limit during garbage collection. This
is used to avoid large resource usage spikes if garbage collecting many
allocations at once.
2017-03-10 16:27:00 -08:00
Alex Dadgar
b6991b3357 Allow random UUID 2017-02-27 13:42:37 -08:00
Alex Dadgar
e2d2911d06 Allow specification of eval/job gc threshold 2017-02-27 11:58:10 -08:00
Alex Dadgar
bf33492692 links 2017-02-27 09:40:55 -08:00
Alex Dadgar
08d7b66772 Docs 2017-02-16 18:42:53 -08:00
Tom Clegg
288fa5c21f fix typo 2017-02-05 12:12:15 -08:00
Alex Dadgar
b6212bc688 reloads 2017-02-03 16:12:21 -08:00
Diptanu Choudhury
642ce3baf5 Added docs 2017-01-31 16:30:50 -08:00
Alex Dadgar
a126dcf582 new vault docs 2017-01-27 12:24:59 -08:00
Alex Dadgar
9d4e00d738 BC warning 2017-01-26 13:25:55 -08:00
Alex Dadgar
1119f2780b update website 2017-01-21 17:53:30 -08:00
Jorge Marey
a39cebb744 Add option to set nodename instead of hostname on telemetry values 2016-12-21 09:53:29 +01:00
Seth Vargo
ae2b0f5afc Merge pull request #2073 from hashicorp/sethvargo/meta
Fix broken meta links
2016-12-08 11:30:36 -08:00
Seth Vargo
5a593da3cd Fix broken meta links 2016-12-08 10:45:33 -08:00
Seth Vargo
156975c62f Client meta is a map[string]string 2016-12-08 10:35:40 -08:00
Alex Dadgar
c32512c74e Fix typo in telemetry documentation.
Fixes #2008
2016-11-18 11:11:45 -08:00
Seth Vargo
05fe43ae12 Align = 2016-11-17 13:06:05 -05:00
Seth Vargo
a3855460e5 Use list instead of table 2016-11-17 13:05:55 -05:00
Seth Vargo
b19d30d160 Use shell instead of sh 2016-11-17 13:05:14 -05:00
Seth Vargo
7d6ff824e9 Organize examples into section 2016-11-17 13:04:52 -05:00
Seth Vargo
b93c4f50a7 Fix JSON spacing 2016-11-17 13:04:39 -05:00
Seth Vargo
a9e103236a Move link to bottom 2016-11-17 13:04:29 -05:00
Michael Schurter
cd688531d2 Merge pull request #1997 from hashicorp/f-tls-docs
Add docs for generating example certificates
2016-11-16 15:05:16 -08:00
Alex Dadgar
2383e7d831 Merge pull request #2000 from hashicorp/d-vault-example
Better examples for Vault config for both servers and clients
2016-11-16 14:56:07 -08:00
Alex Dadgar
f77c3fb058 Better examples 2016-11-16 14:55:11 -08:00
Michael Schurter
5754a3ebf4 Fix review comments 2016-11-16 14:49:29 -08:00
Michael Schurter
df1305d326 Don't forget localhost! 2016-11-15 17:23:00 -08:00