summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/python_modules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:07:37 +0000
commitb485aab7e71c1625cfc27e0f92c9509f42378458 (patch)
treeae9abe108601079d1679194de237c9a435ae5b55 /collectors/python.d.plugin/python_modules
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.45.3+dfsg.upstream/1.45.3+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/collectors/python.d.plugin/python_modules/__init__.py (renamed from collectors/python.d.plugin/python_modules/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/ExecutableService.py (renamed from collectors/python.d.plugin/python_modules/bases/FrameworkServices/ExecutableService.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/LogService.py (renamed from collectors/python.d.plugin/python_modules/bases/FrameworkServices/LogService.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/MySQLService.py (renamed from collectors/python.d.plugin/python_modules/bases/FrameworkServices/MySQLService.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py (renamed from collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SocketService.py (renamed from collectors/python.d.plugin/python_modules/bases/FrameworkServices/SocketService.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/UrlService.py (renamed from collectors/python.d.plugin/python_modules/bases/FrameworkServices/UrlService.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/__init__.py (renamed from collectors/python.d.plugin/python_modules/bases/FrameworkServices/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/__init__.py (renamed from collectors/python.d.plugin/python_modules/bases/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/charts.py (renamed from collectors/python.d.plugin/python_modules/bases/charts.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/collection.py (renamed from collectors/python.d.plugin/python_modules/bases/collection.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/loaders.py (renamed from collectors/python.d.plugin/python_modules/bases/loaders.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/bases/loggers.py (renamed from collectors/python.d.plugin/python_modules/bases/loggers.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/composer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/composer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/constructor.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/dumper.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/emitter.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/error.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/error.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/events.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/events.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/loader.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/loader.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/nodes.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/parser.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/parser.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/reader.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/reader.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/representer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/representer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/resolver.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/scanner.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/serializer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py (renamed from collectors/python.d.plugin/python_modules/pyyaml2/tokens.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/__init__.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/composer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/composer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/constructor.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/constructor.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/cyaml.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/cyaml.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/dumper.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/dumper.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/emitter.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/emitter.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/error.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/error.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/events.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/events.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/loader.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/loader.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/nodes.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/nodes.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/parser.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/parser.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/reader.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/reader.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/representer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/representer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/resolver.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/resolver.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/scanner.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/scanner.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/serializer.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/serializer.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/pyyaml3/tokens.py (renamed from collectors/python.d.plugin/python_modules/pyyaml3/tokens.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/third_party/__init__.py (renamed from collectors/python.d.plugin/python_modules/third_party/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/third_party/boinc_client.py (renamed from collectors/python.d.plugin/python_modules/third_party/boinc_client.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/third_party/filelock.py (renamed from collectors/python.d.plugin/python_modules/third_party/filelock.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/third_party/lm_sensors.py (renamed from collectors/python.d.plugin/python_modules/third_party/lm_sensors.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/third_party/mcrcon.py (renamed from collectors/python.d.plugin/python_modules/third_party/mcrcon.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/third_party/monotonic.py (renamed from collectors/python.d.plugin/python_modules/third_party/monotonic.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/third_party/ordereddict.py (renamed from collectors/python.d.plugin/python_modules/third_party/ordereddict.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/__init__.py (renamed from collectors/python.d.plugin/python_modules/urllib3/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/_collections.py (renamed from collectors/python.d.plugin/python_modules/urllib3/_collections.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/connection.py (renamed from collectors/python.d.plugin/python_modules/urllib3/connection.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/connectionpool.py (renamed from collectors/python.d.plugin/python_modules/urllib3/connectionpool.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/__init__.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/__init__.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/bindings.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/bindings.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/low_level.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/low_level.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/appengine.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/appengine.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/ntlmpool.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/ntlmpool.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/pyopenssl.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/pyopenssl.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/securetransport.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/securetransport.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/contrib/socks.py (renamed from collectors/python.d.plugin/python_modules/urllib3/contrib/socks.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/exceptions.py (renamed from collectors/python.d.plugin/python_modules/urllib3/exceptions.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/fields.py (renamed from collectors/python.d.plugin/python_modules/urllib3/fields.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/filepost.py (renamed from collectors/python.d.plugin/python_modules/urllib3/filepost.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/packages/__init__.py (renamed from collectors/python.d.plugin/python_modules/urllib3/packages/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/packages/backports/__init__.py (renamed from collectors/python.d.plugin/python_modules/urllib3/packages/backports/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/packages/backports/makefile.py (renamed from collectors/python.d.plugin/python_modules/urllib3/packages/backports/makefile.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/packages/ordered_dict.py (renamed from collectors/python.d.plugin/python_modules/urllib3/packages/ordered_dict.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/packages/six.py (renamed from collectors/python.d.plugin/python_modules/urllib3/packages/six.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/__init__.py (renamed from collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/_implementation.py (renamed from collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/_implementation.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/poolmanager.py (renamed from collectors/python.d.plugin/python_modules/urllib3/poolmanager.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/request.py (renamed from collectors/python.d.plugin/python_modules/urllib3/request.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/response.py (renamed from collectors/python.d.plugin/python_modules/urllib3/response.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/__init__.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/__init__.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/connection.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/connection.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/request.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/request.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/response.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/response.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/retry.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/retry.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/selectors.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/selectors.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/ssl_.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/ssl_.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/timeout.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/timeout.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/url.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/url.py)0
-rw-r--r--src/collectors/python.d.plugin/python_modules/urllib3/util/wait.py (renamed from collectors/python.d.plugin/python_modules/urllib3/util/wait.py)0
90 files changed, 0 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/python_modules/__init__.py b/src/collectors/python.d.plugin/python_modules/__init__.py
index e69de29bb..e69de29bb 100644
--- a/collectors/python.d.plugin/python_modules/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/ExecutableService.py b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/ExecutableService.py
index a74b4239e..a74b4239e 100644
--- a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/ExecutableService.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/ExecutableService.py
diff --git a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/LogService.py b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/LogService.py
index a55e33f52..a55e33f52 100644
--- a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/LogService.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/LogService.py
diff --git a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/MySQLService.py b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/MySQLService.py
index 7f5c7d221..7f5c7d221 100644
--- a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/MySQLService.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/MySQLService.py
diff --git a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py
index 3f122e1d9..3f122e1d9 100644
--- a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py
diff --git a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SocketService.py b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SocketService.py
index d6c755058..d6c755058 100644
--- a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SocketService.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SocketService.py
diff --git a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/UrlService.py b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/UrlService.py
index 76129d376..76129d376 100644
--- a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/UrlService.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/UrlService.py
diff --git a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/__init__.py b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/__init__.py
index e69de29bb..e69de29bb 100644
--- a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/FrameworkServices/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/bases/__init__.py b/src/collectors/python.d.plugin/python_modules/bases/__init__.py
index e69de29bb..e69de29bb 100644
--- a/collectors/python.d.plugin/python_modules/bases/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/bases/charts.py b/src/collectors/python.d.plugin/python_modules/bases/charts.py
index 203ad1672..203ad1672 100644
--- a/collectors/python.d.plugin/python_modules/bases/charts.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/charts.py
diff --git a/collectors/python.d.plugin/python_modules/bases/collection.py b/src/collectors/python.d.plugin/python_modules/bases/collection.py
index 93bf8cf05..93bf8cf05 100644
--- a/collectors/python.d.plugin/python_modules/bases/collection.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/collection.py
diff --git a/collectors/python.d.plugin/python_modules/bases/loaders.py b/src/collectors/python.d.plugin/python_modules/bases/loaders.py
index 095f3a3b1..095f3a3b1 100644
--- a/collectors/python.d.plugin/python_modules/bases/loaders.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/loaders.py
diff --git a/collectors/python.d.plugin/python_modules/bases/loggers.py b/src/collectors/python.d.plugin/python_modules/bases/loggers.py
index 7ae8ab0c1..7ae8ab0c1 100644
--- a/collectors/python.d.plugin/python_modules/bases/loggers.py
+++ b/src/collectors/python.d.plugin/python_modules/bases/loggers.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py
index 4d560e438..4d560e438 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/composer.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/composer.py
index 6b41b8067..6b41b8067 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/composer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/composer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py
index 8ad1b90a7..8ad1b90a7 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/constructor.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py
index 2858ab479..2858ab479 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/cyaml.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py
index 3685cbeeb..3685cbeeb 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/dumper.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py
index 9a460a0fd..9a460a0fd 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/emitter.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/error.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/error.py
index 5466be721..5466be721 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/error.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/error.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/events.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/events.py
index 283452add..283452add 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/events.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/events.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/loader.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/loader.py
index 1c195531f..1c195531f 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/loader.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/loader.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py
index ed2a1b43e..ed2a1b43e 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/nodes.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/parser.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/parser.py
index 97ba08337..97ba08337 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/parser.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/parser.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/reader.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/reader.py
index 8d422954e..8d422954e 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/reader.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/reader.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/representer.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/representer.py
index 0a1404eca..0a1404eca 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/representer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/representer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py
index 49922debf..49922debf 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/resolver.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py
index 971da6127..971da6127 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/scanner.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py
index 15fdbb0c0..15fdbb0c0 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/serializer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py b/src/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py
index c5c4fb116..c5c4fb116 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml2/tokens.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/__init__.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/__init__.py
index a884b33cf..a884b33cf 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/composer.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/composer.py
index c418bba91..c418bba91 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/composer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/composer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/constructor.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/constructor.py
index ee09a7a7e..ee09a7a7e 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/constructor.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/constructor.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/cyaml.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/cyaml.py
index e6c16d894..e6c16d894 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/cyaml.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/cyaml.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/dumper.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/dumper.py
index ba590c6e6..ba590c6e6 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/dumper.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/dumper.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/emitter.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/emitter.py
index d4be65a8e..d4be65a8e 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/emitter.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/emitter.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/error.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/error.py
index 5fec7d449..5fec7d449 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/error.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/error.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/events.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/events.py
index 283452add..283452add 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/events.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/events.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/loader.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/loader.py
index 7ef6cf815..7ef6cf815 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/loader.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/loader.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/nodes.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/nodes.py
index ed2a1b43e..ed2a1b43e 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/nodes.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/nodes.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/parser.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/parser.py
index bcec7f994..bcec7f994 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/parser.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/parser.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/reader.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/reader.py
index 0a515fd64..0a515fd64 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/reader.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/reader.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/representer.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/representer.py
index 756a18dcc..756a18dcc 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/representer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/representer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/resolver.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/resolver.py
index 50945e04d..50945e04d 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/resolver.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/resolver.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/scanner.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/scanner.py
index b55854e8b..b55854e8b 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/scanner.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/scanner.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/serializer.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/serializer.py
index 1ba2f7f9d..1ba2f7f9d 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/serializer.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/serializer.py
diff --git a/collectors/python.d.plugin/python_modules/pyyaml3/tokens.py b/src/collectors/python.d.plugin/python_modules/pyyaml3/tokens.py
index c5c4fb116..c5c4fb116 100644
--- a/collectors/python.d.plugin/python_modules/pyyaml3/tokens.py
+++ b/src/collectors/python.d.plugin/python_modules/pyyaml3/tokens.py
diff --git a/collectors/python.d.plugin/python_modules/third_party/__init__.py b/src/collectors/python.d.plugin/python_modules/third_party/__init__.py
index e69de29bb..e69de29bb 100644
--- a/collectors/python.d.plugin/python_modules/third_party/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/third_party/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/third_party/boinc_client.py b/src/collectors/python.d.plugin/python_modules/third_party/boinc_client.py
index ec21779a0..ec21779a0 100644
--- a/collectors/python.d.plugin/python_modules/third_party/boinc_client.py
+++ b/src/collectors/python.d.plugin/python_modules/third_party/boinc_client.py
diff --git a/collectors/python.d.plugin/python_modules/third_party/filelock.py b/src/collectors/python.d.plugin/python_modules/third_party/filelock.py
index 4c981672b..4c981672b 100644
--- a/collectors/python.d.plugin/python_modules/third_party/filelock.py
+++ b/src/collectors/python.d.plugin/python_modules/third_party/filelock.py
diff --git a/collectors/python.d.plugin/python_modules/third_party/lm_sensors.py b/src/collectors/python.d.plugin/python_modules/third_party/lm_sensors.py
index f873eac83..f873eac83 100644
--- a/collectors/python.d.plugin/python_modules/third_party/lm_sensors.py
+++ b/src/collectors/python.d.plugin/python_modules/third_party/lm_sensors.py
diff --git a/collectors/python.d.plugin/python_modules/third_party/mcrcon.py b/src/collectors/python.d.plugin/python_modules/third_party/mcrcon.py
index a65a304b6..a65a304b6 100644
--- a/collectors/python.d.plugin/python_modules/third_party/mcrcon.py
+++ b/src/collectors/python.d.plugin/python_modules/third_party/mcrcon.py
diff --git a/collectors/python.d.plugin/python_modules/third_party/monotonic.py b/src/collectors/python.d.plugin/python_modules/third_party/monotonic.py
index 4ebd556c3..4ebd556c3 100644
--- a/collectors/python.d.plugin/python_modules/third_party/monotonic.py
+++ b/src/collectors/python.d.plugin/python_modules/third_party/monotonic.py
diff --git a/collectors/python.d.plugin/python_modules/third_party/ordereddict.py b/src/collectors/python.d.plugin/python_modules/third_party/ordereddict.py
index 589401b8f..589401b8f 100644
--- a/collectors/python.d.plugin/python_modules/third_party/ordereddict.py
+++ b/src/collectors/python.d.plugin/python_modules/third_party/ordereddict.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/__init__.py b/src/collectors/python.d.plugin/python_modules/urllib3/__init__.py
index 3add84816..3add84816 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/_collections.py b/src/collectors/python.d.plugin/python_modules/urllib3/_collections.py
index 2a6b3ec70..2a6b3ec70 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/_collections.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/_collections.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/connection.py b/src/collectors/python.d.plugin/python_modules/urllib3/connection.py
index f757493c7..f757493c7 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/connection.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/connection.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/connectionpool.py b/src/collectors/python.d.plugin/python_modules/urllib3/connectionpool.py
index 90e4c86a5..90e4c86a5 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/connectionpool.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/connectionpool.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/__init__.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/__init__.py
index e69de29bb..e69de29bb 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/__init__.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/__init__.py
index e69de29bb..e69de29bb 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/bindings.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/bindings.py
index bb826673f..bb826673f 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/bindings.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/bindings.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/low_level.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/low_level.py
index 0f79a1372..0f79a1372 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/low_level.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/_securetransport/low_level.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/appengine.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/appengine.py
index e74589fa8..e74589fa8 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/appengine.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/appengine.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/ntlmpool.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/ntlmpool.py
index 3f8c9ebf5..3f8c9ebf5 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/ntlmpool.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/ntlmpool.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/pyopenssl.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/pyopenssl.py
index 8d373507d..8d373507d 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/pyopenssl.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/pyopenssl.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/securetransport.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/securetransport.py
index fcc30118c..fcc30118c 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/securetransport.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/securetransport.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/contrib/socks.py b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/socks.py
index 1cb79285b..1cb79285b 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/contrib/socks.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/contrib/socks.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/exceptions.py b/src/collectors/python.d.plugin/python_modules/urllib3/exceptions.py
index a71cabe06..a71cabe06 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/exceptions.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/exceptions.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/fields.py b/src/collectors/python.d.plugin/python_modules/urllib3/fields.py
index de7577b74..de7577b74 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/fields.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/fields.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/filepost.py b/src/collectors/python.d.plugin/python_modules/urllib3/filepost.py
index 3febc9cfe..3febc9cfe 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/filepost.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/filepost.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/packages/__init__.py b/src/collectors/python.d.plugin/python_modules/urllib3/packages/__init__.py
index 170e974c1..170e974c1 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/packages/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/packages/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/packages/backports/__init__.py b/src/collectors/python.d.plugin/python_modules/urllib3/packages/backports/__init__.py
index e69de29bb..e69de29bb 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/packages/backports/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/packages/backports/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/packages/backports/makefile.py b/src/collectors/python.d.plugin/python_modules/urllib3/packages/backports/makefile.py
index 8ab122f8b..8ab122f8b 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/packages/backports/makefile.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/packages/backports/makefile.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/packages/ordered_dict.py b/src/collectors/python.d.plugin/python_modules/urllib3/packages/ordered_dict.py
index 9f7c0e6b8..9f7c0e6b8 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/packages/ordered_dict.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/packages/ordered_dict.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/packages/six.py b/src/collectors/python.d.plugin/python_modules/urllib3/packages/six.py
index 31df5012b..31df5012b 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/packages/six.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/packages/six.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/__init__.py b/src/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/__init__.py
index 2aeeeff91..2aeeeff91 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/_implementation.py b/src/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/_implementation.py
index 647e081da..647e081da 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/_implementation.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/packages/ssl_match_hostname/_implementation.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/poolmanager.py b/src/collectors/python.d.plugin/python_modules/urllib3/poolmanager.py
index adea9bc01..adea9bc01 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/poolmanager.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/poolmanager.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/request.py b/src/collectors/python.d.plugin/python_modules/urllib3/request.py
index f78331975..f78331975 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/request.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/request.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/response.py b/src/collectors/python.d.plugin/python_modules/urllib3/response.py
index cf14a3076..cf14a3076 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/response.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/response.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/__init__.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/__init__.py
index bba628d98..bba628d98 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/__init__.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/__init__.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/connection.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/connection.py
index 3bd69e8fa..3bd69e8fa 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/connection.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/connection.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/request.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/request.py
index 18f27b032..18f27b032 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/request.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/request.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/response.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/response.py
index e4cda93d4..e4cda93d4 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/response.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/response.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/retry.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/retry.py
index 61e63afec..61e63afec 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/retry.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/retry.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/selectors.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/selectors.py
index de5e49838..de5e49838 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/selectors.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/selectors.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/ssl_.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/ssl_.py
index ece3ec39e..ece3ec39e 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/ssl_.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/ssl_.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/timeout.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/timeout.py
index 4041cf9b9..4041cf9b9 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/timeout.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/timeout.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/url.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/url.py
index 99fd6534a..99fd6534a 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/url.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/url.py
diff --git a/collectors/python.d.plugin/python_modules/urllib3/util/wait.py b/src/collectors/python.d.plugin/python_modules/urllib3/util/wait.py
index 21e72979c..21e72979c 100644
--- a/collectors/python.d.plugin/python_modules/urllib3/util/wait.py
+++ b/src/collectors/python.d.plugin/python_modules/urllib3/util/wait.py