]> arthur.barton.de Git - netdata.git/commitdiff
Merge pull request #574 from paulfantom/master
authorCosta Tsaousis <costa@tsaousis.gr>
Fri, 17 Jun 2016 14:29:11 +0000 (17:29 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2016 14:29:11 +0000 (17:29 +0300)
Information about experimental support of python plugins

python.d/README.md

index 0a8e032e8f2d7db6ea7820e45476fe5edbea5df4..7e74a28e15d7bfbb17bf536a7f8cc71743287567 100644 (file)
@@ -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.