summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2020-10-09 13:43:17 +0100
committerGitHub <noreply@github.com>2020-10-09 15:43:17 +0300
commit81725715bd44a734849947f2d92af289d234b033 (patch)
tree232ff14e838385c6bac5e8e0091ae791a09fed9d /collectors
parent2b640642ee8392ee7f697c23de4d8976c7aaed12 (diff)
small docs update - adding note about using `nolock` when debugging (#10036)
Co-authored-by: Joel Hans <joel@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'collectors')
-rw-r--r--collectors/python.d.plugin/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/README.md b/collectors/python.d.plugin/README.md
index 6671ba10fa..c97fe80400 100644
--- a/collectors/python.d.plugin/README.md
+++ b/collectors/python.d.plugin/README.md
@@ -67,6 +67,8 @@ Depending on where Netdata was installed, execute one of the following commands
Where `[module]` is the directory name under <https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin>
+**Note**: If you would like execute a collector in debug mode while it is still running by Netdata, you can pass the `nolock` CLI option to the above commands.
+
## How to write a new module
Writing new python module is simple. You just need to remember to include 5 major things: