summaryrefslogtreecommitdiffstats
path: root/collectors/plugins.d
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2019-12-02 11:47:38 -0700
committerGitHub <noreply@github.com>2019-12-02 11:47:38 -0700
commit4f13b97771afd8166796b36fd2426acd1b5a39af (patch)
tree8f28714d133c2667d33773fd5db50fa9e5422226 /collectors/plugins.d
parent6ac5cc4fb657acfbf87bf07d1d2fded697e6fc8a (diff)
Fixing errors (#7340)
Diffstat (limited to 'collectors/plugins.d')
-rw-r--r--collectors/plugins.d/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/collectors/plugins.d/README.md b/collectors/plugins.d/README.md
index 289b8c1a05..fd74f9f0ba 100644
--- a/collectors/plugins.d/README.md
+++ b/collectors/plugins.d/README.md
@@ -74,10 +74,10 @@ Example:
```
The setting `enable running new plugins` sets the default behavior for all external plugins. It can be
-overriden for distinct plugins by modifying the appropriate plugin value configuration to either `yes` or `now`.
+overriden for distinct plugins by modifying the appropriate plugin value configuration to either `yes` or `no`.
-The setting `check for new plugins every` sets the interval between scans of the directory `/usr/libexec/netdata/plugins.d`.
-New plugins can be added anytime and netdata will detect them in a timely manner.
+The setting `check for new plugins every` sets the interval between scans of the directory
+`/usr/libexec/netdata/plugins.d`. New plugins can be added any time, and Netdata will detect them in a timely manner.
For each of the external plugins enabled, another `netdata.conf` section
is created, in the form of `[plugin:NAME]`, where `NAME` is the name of the external plugin.