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>
Andrew Maguire committed
Oct 9, 2020 at 13:43 UTC
81725715bd44a734849947f2d92af289d234b033
1 file changed
+2
collectors/python.d.plugin/README.md
+2
@@ -67,6 +67,8 @@ Depending on where Netdata was installed, execute one of the following commands
67
68
Where `[module]` is the directory name under <https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin>
69
70
+**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.
71
+
72
## How to write a new module
73
74
Writing new python module is simple. You just need to remember to include 5 major things: