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 2020-06-03 10:55:17 +02:00 committed by Blake Covarrubias
parent 9977c1df80
commit 9262d7a79a
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 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 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 to host-based IDs then Consul and Nomad will use information on the host to automatically
assign the same ID in both systems. assign the same ID in both systems.