summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2020-05-11 19:27:12 +0300
committerGitHub <noreply@github.com>2020-05-11 19:27:12 +0300
commit656c75568e482877ef48f108cc1dbd4a3969a0f4 (patch)
treeb91db889161301f59a93e43cc09808dff980a645 /daemon
parent74fda3de8e45e4211da8a574daabbfc30c74f0a9 (diff)
Remove UNUSED word from flood protection configuration options documentation. (#8964)
Diffstat (limited to 'daemon')
-rw-r--r--daemon/config/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/config/README.md b/daemon/config/README.md
index 991a279d8c..6c9806cbb1 100644
--- a/daemon/config/README.md
+++ b/daemon/config/README.md
@@ -76,8 +76,8 @@ Please note that your data history will be lost if you have modified `history` p
| debug log|`/var/log/netdata/debug.log`|The filename to save debug information. This file will not be created if debugging is not enabled. You can also set it to `syslog` to send the debug messages to syslog, or `none` to disable this log. For more information check [Tracing Options](/daemon/README.md#debugging).|||
| error log|`/var/log/netdata/error.log`|The filename to save error messages for Netdata daemon and all plugins (`stderr` is sent here for all Netdata programs, including the plugins). You can also set it to `syslog` to send the errors to syslog, or `none` to disable this log.|||
| access log|`/var/log/netdata/access.log`|The filename to save the log of web clients accessing Netdata charts. You can also set it to `syslog` to send the access log to syslog, or `none` to disable this log.|||
-| errors flood protection period|`1200`|UNUSED - Length of period (in sec) during which the number of errors should not exceed the `errors to trigger flood protection`.|||
-| errors to trigger flood protection|`200`|UNUSED - Number of errors written to the log in `errors flood protection period` sec before flood protection is activated.|||
+| errors flood protection period|`1200`|Length of period (in sec) during which the number of errors should not exceed the `errors to trigger flood protection`.|||
+| errors to trigger flood protection|`200`|Number of errors written to the log in `errors flood protection period` sec before flood protection is activated.|||
| run as user|`netdata`|The user Netdata will run as.|||
| pthread stack size|auto-detected||||
| cleanup obsolete charts after seconds|`3600`|See [monitoring ephemeral containers](/collectors/cgroups.plugin/README.md#monitoring-ephemeral-containers), also sets the timeout for cleaning up obsolete dimensions|||