summaryrefslogtreecommitdiffstats
path: root/python.d/python_modules/base.py
AgeCommit message (Expand)Author
2018-09-24fix python warnings identified by LGTM (#4275)Ilya Mashchenko
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2017-10-20replace base.py content (now it's uses only to import all FrameworkServices f...lgz
2017-09-09UrlService: custom header support addedIlya
2017-08-07disable "my.cnf" parsing when using "pymysql"Ilya
2017-07-24python.d.plugin bugfix: wrap urllib3.disable_warnings in try/exceptIlya
2017-07-21python UrlService: proxy auth fixedIlya
2017-07-21switch to urllib3 UrlServiceIlya
2017-06-12SimpleService: _add_new_dimension method addedIlya
2017-06-06LogService: minor fixesIlya
2017-06-05LogService: support for log file with pattern match adddedIlya
2017-06-04ExecutableService: bugfixIlya
2017-05-06ExecutableService: option to return stderr addedIlya
2017-04-30UrlService: http proxy handler added, multi url openersIlya
2017-03-14UrlService: custom_url support for _get_data and minor fixesIlya
2017-03-11MySQLService: extra connection parameters can be defined in a moduleIlya
2017-03-11MySQLService: "queries" finding preference changed (1.module conf 2.module code)Ilya
2017-03-10MySQLService: better error handlingIlya
2017-03-10MySQLService: queries can be defined in the module config fileIlya
2017-03-09MySQLService class addedIlya
2017-03-08ExecutableService_class: uses find_binary method to find absolute path for co...Ilya
2017-02-25self-signed certificate support for UrlService addedIlya
2017-01-31python base.py: change exceptionIlya
2017-01-31python UrlService class: add find_binary method which uses PATH env varIlya
2016-12-13Changed ExecutableService check() to split properlyJeff Willette
2016-11-21python.d.plugin should exit if it cannot send data to netdata; fixes #1155Costa Tsaousis
2016-11-18prevent retiring on python module update errorsCosta Tsaousis
2016-11-17Delete some mistakesliu lei
2016-11-17Merge remote-tracking branch 'upstream/master'liu lei
2016-11-171. changed arguments from decode() in base.py, so they can run under CentOS 6...liu lei
2016-11-15python.d.plugin now never gives up data collection - it slows down data colle...Costa Tsaousis (ktsaou)
2016-11-15move core iteration point in the middle of the second, to give some tolleranc...Costa Tsaousis (ktsaou)
2016-11-14python.d.plugin better iteration timingCosta Tsaousis (ktsaou)
2016-11-14Merge pull request #1165 from kesslerm/fix/python-plugin-crashCosta Tsaousis
2016-11-12fix for connecting to unix socketsCosta Tsaousis (ktsaou)
2016-11-12SocketService log unexpectedly disconnected errorCosta Tsaousis (ktsaou)
2016-11-12more python logging fixesCosta Tsaousis (ktsaou)
2016-11-12python logging fixesCosta Tsaousis (ktsaou)
2016-11-11better debugging and logging for SocketService modules; redis enhancementsCosta Tsaousis (ktsaou)
2016-11-11simplified socket data receptionCosta Tsaousis (ktsaou)
2016-11-11re-worked SocketService; #999Costa Tsaousis (ktsaou)
2016-11-09attempt to fix freezes on socket serviceCosta Tsaousis (ktsaou)
2016-10-27Fix occasional crashes in python pluginsMagnus Kessler
2016-10-191. changed arguments from decode() in base.py to support versions of Python 2.6liu lei
2016-10-09Merge pull request #1093 from romain-dartigues/rdartiguesPaweł Krupa
2016-10-09plugin: ignore encoding errors (hddtemp related)Romain Dartigues
2016-09-19Fix parsing configuration in SocketServicepaulfantom
2016-09-19Fix parsing configuration in SocketServicepaulfantom
2016-08-20Update base.pyPaweł Krupa
2016-08-14wrapper on check() in SocketServicepaulfantom