summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/python_modules
AgeCommit message (Expand)Author
2022-10-10feat(python.d): respect NETDATA_INTERNALS_MONITORING (#13793)Ilya Mashchenko
2022-09-30fix(python.d): set correct label source for _collect_job label (#13746)Ilya Mashchenko
2022-09-08add _collect_job label to python.d/* charts (#13648)Ilya Mashchenko
2022-06-22feat(python.d/smartd_log): add 2nd job that tries to read from '/var/lib/smar...Ilya Mashchenko
2022-06-14fix(python.d): urllib3 import collection for py3.10+ (#13136)Ilya Mashchenko
2022-04-11fix: remove instance-specific information from chart titles (#12644)Ilya Mashchenko
2022-01-17fix(python.d): ignore decoding errors in ExecutableService (#11979)Ilya Mashchenko
2021-04-21python.d: add plugin and module names to the runtime charts (#11007)Ilya Mashchenko
2021-02-11Fixes #10597 raw binary data should never be printed (#10603)Sven Mäder
2020-11-30python.d: always create a runtime chart on `create` call (#10296)Ilya Mashchenko
2020-08-04python.d: fix `find_binary` (#9641)Ilya Mashchenko
2020-07-21python.d: add job file lock registry (#9564)Ilya Mashchenko
2020-07-11mysql: respect `my.cnf` parameter using PyMySQL library (#9526)Anirudh Duggal
2020-07-09python.d: thread safe safe_print (stdout write) (#9508)Ilya Mashchenko
2020-07-02UrlService add support get headers (#9236)Javier Pastor
2020-03-26python.d/SimpleService: fix module name (#8492)Ilya Mashchenko
2020-03-25python.d.plugin: add prefix to the module name during loading s… (#8474)Ilya Mashchenko
2020-02-06/collectors/python.d.plugin/third_party: patch monotonic synolo… (#7980)Ilya Mashchenko
2020-02-03/pythond.d/UrlService.py: add body (#7956)Ilya Mashchenko
2020-01-03samba: properly check if it is allowed to run smbstatus with su… (#7655)Ilya Mashchenko
2019-12-31python.d logger: unicode_str handle TypeError (#7645)Ilya Mashchenko
2019-12-24python.d logger: do not unicode decode if it is already unicode (#7614)Ilya Mashchenko
2019-12-23python.d.plugin: UrlService bytes decode, logger unicode encodi… (#7601)Ilya Mashchenko
2019-11-28Do not crash when logging UTF-8 data in Python 2 (#7376)Vince Zarola
2019-10-31UrlService: allow to skip tls_verify for http scheme (#7223)Ilya Mashchenko
2019-10-17unbound: fix init (#7112)Ilya Mashchenko
2019-10-15SimpleService: change chart suppress msg level to info (#7085)Ilya Mashchenko
2019-07-30Handle disconnected sockets in unbound collector. (#6561)Austin S. Hemmelgarn
2019-06-13UrlService: add min required version check (#6263)Ilya Mashchenko
2019-05-12UserService self._get_raw_data except fix (#5997)Ilya Mashchenko
2019-04-25SocketService: set socket operation timeout before connecting (#5911)Ilya Mashchenko
2019-04-18NEW: allow additional name argument passing to urllib3 request in UrlService ...Andrey Galkin
2019-04-05Add memory free and per process memory usage to nvidia_smi (#5796)胡玮文
2019-04-04python.d.plugin: allow delete dimension in runtime (#5795)Ilya Mashchenko
2019-03-21py stuff: change l2isbad to ilyam8 (#5676)Ilya Mashchenko
2019-03-12mysql module add ssl connection support (#5610)Ilya Mashchenko
2019-03-11python loaders cleanup (#5602)Ilya Mashchenko
2019-03-10SimpleService cleanup: do not inherit from OldVersionCompatibility (#5594)Ilya Mashchenko
2019-03-07python.d.plugin: use separate process for initial module checking (#5552)Ilya Mashchenko
2019-02-20fix #5430 - LogService._get_raw_data under python3 fails on undecodable data ...Adam Pardyl
2019-02-05fix some python codacy errors (#5331)Ilya Mashchenko
2019-02-05Remove deprecated API call (#5326)Andre Lehmann
2019-01-02UrlService dont respect Retry-After header by default (#5082)Ilya Mashchenko
2018-12-07python.d.plugin update (#4936)Ilya Mashchenko
2018-11-26python.d: use real time for calc sinceLast (#4720)Ilya Mashchenko
2018-11-21Fix typo and py2 compatibility issue. (#4697)Austin S. Hemmelgarn
2018-11-15Update lm_sensors and catch specific errors. (#4667)Austin S. Hemmelgarn
2018-10-19remove unused variables (#4437)Paweł Krupa
2018-10-15modularized all source code (#4391)Costa Tsaousis