James Rasell
dd208fcdb5
Document new Consul checks name config params and CLI flags.
2018-03-21 08:28:07 +01:00
Alex Dadgar
9116db0aaa
clarify networking docs
2018-03-16 16:47:08 -07:00
Michael Schurter
75209f0746
docs: fix typo tls_cert_file -> cert_file
2018-03-13 10:42:14 -07:00
Charlie Voiselle
ff7d3c36dd
Merge pull request #3867 from c4milo/patch-1
...
docs: Fix a very small typo
2018-02-20 10:11:22 -05:00
Camilo Aguilar
c41d42b2bf
Fix a very small typo
2018-02-13 19:50:18 -05:00
Kyle Havlovitz
5af5e10886
Clean up some leftover autopilot differences from Consul
2018-02-08 10:27:26 -08:00
Mahmood Ali
abfae77545
Add tags option to datadog telemetry
...
Expose an global tags option in telemetry config for dogstatsd, for
purposes of distinguishing between multiple nomad cluster metrics.
2018-02-06 12:08:37 -05:00
Kyle Havlovitz
2c873adba4
Refactor redundancy_zone/upgrade_version out of client meta
2018-01-29 20:03:38 -08:00
Kyle Havlovitz
4e9735d69f
Merge branch 'master' into autopilot
2018-01-18 13:29:25 -08:00
Alex Dadgar
b83869efc4
Update consul.html.md
2018-01-16 15:56:02 -08:00
Alex Dadgar
8d81a0f408
actually show defaults
2018-01-16 11:37:59 -08:00
Kyle Havlovitz
54e6b7ff74
Add autopilot docs
2017-12-18 14:29:41 -08:00
Kyle Havlovitz
de90db139a
Added support for v2 raft APIs and -raft-protocol option
2017-12-12 10:17:16 -06:00
Alex Dadgar
8ebca4b571
use revised wording
2017-11-15 12:49:22 -08:00
Alex Dadgar
00557afb81
Use interface attached to default route
2017-11-15 11:32:32 -08:00
Alex Dadgar
f252a517b8
Clarify Name config
...
Fixes https://github.com/hashicorp/nomad/issues/3517
2017-11-13 10:37:55 -08:00
Diptanu Choudhury
5d36408475
Added the node_id as a tag
2017-11-02 13:29:10 -07:00
Diptanu Choudhury
1081d5050f
Added docs
2017-11-02 13:26:46 -07:00
Chelsea Holland Komlo
c056196cd8
document new agent option
2017-11-01 15:19:52 -05:00
Laura Uva
07a1e89ac8
Added clarification to telemetry doc that API endpoint is available only as of version 0.7 of Nomad.
2017-10-26 17:26:51 -07:00
David Calvert
ccc4d1d683
Minor typo on consul.html.md
2017-09-21 11:06:39 +02:00
Alex Dadgar
ddc2efa4ac
sync
2017-09-19 10:08:23 -05:00
Alex Dadgar
2a3b65bb66
Merge pull request #3209 from dezmodue/patch-1
...
Adding missing <
2017-09-14 10:53:26 -07:00
Chelsea Holland Komlo
6cee0ba838
fixups from code review
2017-09-13 19:21:21 +00:00
Chelsea Holland Komlo
356375687a
add documentation for prometheus config option
2017-09-13 19:21:21 +00:00
Simone Sciarrati
ec1842be60
Adding missing <
...
Missing < for the TaskGroup
2017-09-13 11:40:37 +02:00
Chelsea Holland Komlo
36d36afb7f
match table names to logged values
...
docs fixup
2017-09-07 21:57:01 +00:00
Chelsea Holland Komlo
e5410d106c
update telemetry client metrics for new values
2017-09-07 19:02:38 +00:00
Chelsea Holland Komlo
c3006c685f
improve documentation
...
move metrics to telemetry; copy to client config
2017-09-06 21:38:06 +00:00
Chelsea Holland Komlo
1df5310c6e
tagged metrics config options should be on telemetry config
...
better api example, add telemetry documentation
2017-09-06 15:25:36 +00:00
Chelsea Holland Komlo
cc00c13f4a
add documentation for new HTTP metrics endpoint
2017-09-06 13:51:19 +00:00
Armon Dadgar
045e659390
website: Document ACL APIs and configuration
2017-09-04 13:07:44 -07:00
Alex Dadgar
77c1ebd14f
Handle interfaces that only have link-local addrs
...
This PR changes the fingerprint handling of network interfaces that only
contain link local addresses. The new behavior is to prefer globally
routable addresses and if none are detected, to fall back to link local
addresses if the operator hasn't disallowed it. This gives us pre 0.6
behavior for interfaces with only link local addresses but 0.6+ behavior
for IPv6 interfaces that will always have a link-local address.
Fixes https://github.com/hashicorp/nomad/issues/3005
/cc diptanuc
2017-08-23 15:32:22 -07:00
Michael Schurter
9d4b98f126
Fix broken link
2017-08-17 16:39:19 -07:00
Michael Schurter
cb2b3ff2fc
Remove old example tls config
...
It didn't work in cfssl 1.2 anyway (required building from cfssl
master).
2017-07-27 16:03:38 -07:00
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