summaryrefslogtreecommitdiffstats
path: root/python.d/python_modules/base.py
AgeCommit message (Expand)Author
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
2016-08-12better check in ExecutableServicepaulfantom
2016-08-06do not install global url openers + fix multiple tomcat instancespaulfantom
2016-08-03UNIX socket fallback to SOCK_STREAM when SOCK_DGRAM is not availablepaulfantom
2016-07-24convert value to string in error message in set methodpaulfantom
2016-07-23comment-out proxy handling in UrlServicepaulfantom
2016-07-23return empty list if log file hasn't changed.paulfantom
2016-07-22code cleanup + bug fixespaulfantom
2016-07-19do not update chart if no SET foundpaulfantom
2016-07-19change timeout to 15s (speed up launching)paulfantom
2016-07-19remove debugpaulfantom
2016-07-19non-blocking `SocketService`paulfantom
2016-07-19non-blocking `SocketService`paulfantom
2016-07-19non-blocking `SocketService` draft 2paulfantom
2016-07-18non-blocking `SocketService`paulfantom
2016-07-16better logging messages in ExecutableServicepaulfantom
2016-07-15add `keep alive`paulfantom
2016-07-15recreate sockets since they cannot be reused after closingpaulfantom
2016-07-15fix `SocketService`paulfantom
2016-07-15callback in `SocketService`paulfantom
2016-07-15wrap arguments in str()paulfantom