website: fix a link in docs/agent/options

fixing the link to gopsutil in the -disable-host-node-id option text body
This commit is contained in:
Krastin 2020-06-03 10:55:17 +02:00 committed by Blake Covarrubias
parent 37c7090d1a
commit 0f0c8a29fe
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
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.