Browse Source

website: fix a link in docs/agent/options

fixing the link to gopsutil in the -disable-host-node-id option text body
pull/8050/head
Krastin 5 years ago committed by Blake Covarrubias
parent
commit
9262d7a79a
  1. 2
      website/pages/docs/agent/options.mdx

2
website/pages/docs/agent/options.mdx

@ -194,7 +194,7 @@ The options below are all specified on the command-line.
the data directory. This is useful when running multiple Consul agents on the same
host for testing. This defaults to false in Consul prior to version 0.8.5 and in
0.8.5 and later defaults to true, so you must opt-in for host-based IDs. Host-based
IDs are generated using https://github.com/shirou/gopsutil/tree/master/host, which
IDs are generated using [gopsutil](https://github.com/shirou/gopsutil/tree/master/host), which
is shared with HashiCorp's [Nomad](https://www.nomadproject.io/), so if you opt-in
to host-based IDs then Consul and Nomad will use information on the host to automatically
assign the same ID in both systems.

Loading…
Cancel
Save