From: Costa Tsaousis Date: Fri, 17 Jun 2016 14:29:11 +0000 (+0300) Subject: Merge pull request #574 from paulfantom/master X-Git-Tag: v1.3.0~123 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netdata.git;a=commitdiff_plain;h=a24eb010195eb3af01704bee788de81d5f967ad1;hp=59f4970940d8c0186649eeb4062d86009283942f Merge pull request #574 from paulfantom/master Information about experimental support of python plugins --- diff --git a/python.d/README.md b/python.d/README.md index 0a8e032e..7e74a28e 100644 --- a/python.d/README.md +++ b/python.d/README.md @@ -1,5 +1,7 @@ # Disclaimer +**Python plugin support is experimental and implementation may change in the future** + Currently every plugin must be written in python3. All third party libraries should be installed system-wide or in `python_modules` directory. Also plugins support changing their data collection frequency by setting `update_every` variable in their configuration file.