Browse Source

Doc changes in response to review.

pull/1187/head
Shawn Cook 9 years ago
parent
commit
1f330add02
  1. 8
      website/source/docs/agent/services.html.markdown
  2. 2
      website/source/docs/internals/anti-entropy.html.markdown

8
website/source/docs/agent/services.html.markdown

@ -74,10 +74,10 @@ from `1`.
Note: there is more information about [checks here](/docs/agent/checks.html).
The `enableTagOverride` can optionally specified to disable the antientropy feature for
this service. If `enableTagOverride` is set to TRUE then external agents can
reregister this service and modify the tags. Subsequent local sync operations
by this agent will ignore the updated tags. For instance: If an external agent
The `enableTagOverride` can optionally be specified to disable the anti-entropy
feature for this service. If enableTagOverride is set to TRUE then external
agents can update this service in the [catalog](/docs/agent/http/catalog.html) and modify the tags. Subsequent
local sync operations by this agent will ignore the updated tags. For instance: If an external agent
modified both the tags and the port for this service and `enableTagOverride`
was set to TRUE then after the next sync cycle the service's port would revert
to the original value but the tags would maintain the updated value. As a

2
website/source/docs/internals/anti-entropy.html.markdown

@ -139,7 +139,7 @@ automatically recover from these types of transient failures.
### EnableTagOverride
Synchronization of service registration can be partially modified to allow
external agents change the tag value of a service. This can be useful in
external agents to change the tags for a service. This can be useful in
situations where an external monitoring service needs to be the source of
truth for tag information. For instance: Redis DB and its monitoring service
Redis Sentinel have this kind of relationship. Redis instances are responsible

Loading…
Cancel
Save