Website: GH-730 for docs/agent/watches.html.

This commit is contained in:
Ryan Breen 2015-03-26 14:18:51 -04:00
parent f09817ada6
commit 6e261622f8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Watches are implemented using blocking queries in the [HTTP API](/docs/agent/htt
Agents automatically make the proper API calls to watch for changes Agents automatically make the proper API calls to watch for changes
and inform a handler when the data view has updated. and inform a handler when the data view has updated.
Watches can be configured as part of the [agent's configuration](/docs/agent/options.html), Watches can be configured as part of the [agent's configuration](/docs/agent/options.html#watches),
causing them to run once the agent is initialized. Reloading the agent configuration causing them to run once the agent is initialized. Reloading the agent configuration
allows for adding or removing watches dynamically. allows for adding or removing watches dynamically.