diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-28 04:53:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-28 04:53:08 +0000 |
commit | 315e0143f65da3485dcbcd2f6a3172a351618aec (patch) | |
tree | b713ae472cffab249c95917c6fb6d242d54e0a87 /collectors/plugins.d/README.md | |
parent | Adding upstream version 1.18.1. (diff) | |
download | netdata-315e0143f65da3485dcbcd2f6a3172a351618aec.tar.xz netdata-315e0143f65da3485dcbcd2f6a3172a351618aec.zip |
Adding upstream version 1.19.0.upstream/1.19.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/plugins.d/README.md')
-rw-r--r-- | collectors/plugins.d/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/collectors/plugins.d/README.md b/collectors/plugins.d/README.md index 628e7d5c9..289b8c1a0 100644 --- a/collectors/plugins.d/README.md +++ b/collectors/plugins.d/README.md @@ -73,11 +73,11 @@ Example: # python.d = yes ``` -The setting `enable running new plugins` changes the default behavior for all external plugins. -So if set to `no`, only the plugins that are explicitly set to `yes` will be run. +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`. -The setting `check for new plugins every` controls the time the directory `/usr/libexec/netdata/plugins.d` -will be rescanned for new plugins. So, new plugins can give added anytime. +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. 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. |