mirror of https://github.com/hashicorp/consul
A bit more language cleanup to checks.
parent
cf033f448d
commit
7fd0b148ac
|
@ -82,11 +82,10 @@ provide an `id` and `notes` field. The `id` is set to the `name` if not
|
|||
provided. It is required that all checks have a unique ID per node: if names
|
||||
might conflict, unique IDs should be provided.
|
||||
|
||||
|
||||
The `notes` field is opaque to Consul but can be used to provide a human-readable
|
||||
descriptions. With a script check, the field is set to any output generated by the
|
||||
script. Similarly, an external process updating a TTL check via the HTTP interface
|
||||
can set the `notes` value.
|
||||
description of the current state of the check. With a script check, the field is
|
||||
set to any output generated by the script. Similarly, an external process updating
|
||||
a TTL check via the HTTP interface can set the `notes` value.
|
||||
|
||||
To configure a check, either provide it as a `-config-file` option to the
|
||||
agent or place it inside the `-config-dir` of the agent. The file must
|
||||
|
|
Loading…
Reference in New Issue