From feb3fa27fa69a8fd0bbb1507da64a2f88d8927f3 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Tue, 2 Sep 2014 14:36:25 -0700 Subject: [PATCH] website: Documenting new options --- website/source/docs/agent/options.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 4e2f9c9964..077fe64727 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -233,9 +233,15 @@ definitions support being updated during a reload. * `data_dir` - Equivalent to the `-data-dir` command-line flag. +* `disable_anonymous_signature` - Disables providing an anonymous signature for + de-duplication with the update check. See `disable_update_check`. + * `disable_remote_exec` - Disables support for remote execution. When set to true, the agent will ignore any incoming remote exec requests. +* `disable_update_check` - Disables automatic checking for security bulletins and + new version releases. + * `dns_config` - This object allows a number of sub-keys to be set which can tune how DNS queries are perfomed. See this guide on [DNS caching](/docs/guides/dns-cache.html). The following sub-keys are available: