summaryrefslogtreecommitdiffstats
path: root/python.d/python_modules
AgeCommit message (Expand)Author
2018-10-15modularized all source code (#4391)Costa Tsaousis
2018-10-03Fix the last few PEP 8 compliance issues. (#4345)Austin S. Hemmelgarn
2018-10-02ExecutableService: retrun [] instead of None if no data. (#4346)Austin S. Hemmelgarn
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-26give credit where credit is due (#4291)Paweł Krupa
2018-09-24Make method in url service configurable (#4257)Chris
2018-09-24fix python warnings identified by LGTM (#4275)Ilya Mashchenko
2018-09-14python plugin monotonic fix (#4156)Ilya Mashchenko
2018-08-01python.d: add 'hidden' option to chartslgz
2018-07-27add (yaml)safe_load to loaderslgz
2018-07-09python loaders: fallback to yaml packagelgz
2018-07-05megacli: run megacli via sudolgz
2018-07-04ExecutableService: custom command support for _get_raw_data methodlgz
2018-06-16add custom request feature to SocketService._get_raw_data()lgz
2018-06-11Update connection error handling to not be Linux specific.Austin S. Hemmelgarn
2018-06-11Dead code removal.Austin S. Hemmelgarn
2018-06-11Fixed format string issue.Austin S. Hemmelgarn
2018-06-11Fix buffer handling to accomodate python 2 and 3.Austin S. Hemmelgarn
2018-06-11Converted all string formatting to new style.Austin S. Hemmelgarn
2018-06-11Add a Python module for interacting with BOINC.Austin S. Hemmelgarn
2018-06-10Merge pull request #3772 from Ferroin/licensing-cleanupCosta Tsaousis
2018-06-04Added SPDX tags to remaining python code.Austin S. Hemmelgarn
2018-06-01Add SPDX license tag to lm_sensors redistributed code.Austin S. Hemmelgarn
2018-06-01Add SPDX license tags to pyyaml redistributed code.Austin S. Hemmelgarn
2018-06-01Add SPDX license tags to urllib3 redistributed code.Austin S. Hemmelgarn
2018-06-01Add SPDX license tag for `six` redistributed code.Austin S. Hemmelgarn
2018-06-01Add SPDX license tag for mcrcon redistributed code.Austin S. Hemmelgarn
2018-06-01python monotonic: use CLOCK_MONOTONIC instead of CLOCK_MONOTONIC_RAWlgz
2018-06-01SimpleService: use local monotonic time func instead of built-in (py2)lgz
2018-06-01add monotonic time func for py2 (https://stackoverflow.com/a/1205762)lgz
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-05-10Merge branch 'master' into spigotmcAustin S. Hemmelgarn
2018-05-10Merge pull request #3670 from Ferroin/unbound-dnsCosta Tsaousis
2018-05-10Fixed incorrect logging method in SocketService.Austin S. Hemmelgarn
2018-05-03Fix overzealous conversion of 'SSL" to 'TLS' in previous commit.Austin S. Hemmelgarn
2018-05-03Update SocketService TLS config to be consistent with UrlService.Austin S. Hemmelgarn
2018-05-03NEW: TLS client and CA certificate supportAndrey Galkin
2018-05-02Remove string conversion from ssl option fetching.Austin S. Hemmelgarn
2018-05-02Further fix SSL configuration for SocketServiceAustin S. Hemmelgarn
2018-05-02Redo SSL configuration for SocketService.Austin S. Hemmelgarn
2018-05-01Fix issues pointed out by CodacyAustin S. Hemmelgarn
2018-05-01Add basic SSL support to SocketService framework.Austin S. Hemmelgarn
2018-04-30Fix auto-reconnect for the spigotmc plugin.Austin S. Hemmelgarn
2018-04-30Fixes for the SpigotMC pluginAustin S. Hemmelgarn
2018-04-27Add a plugin for Spigot Minecraft server stats.Austin S. Hemmelgarn
2018-04-27UrlService temp workaround: do not execute decode for str (py2)lgz
2018-04-23Merge pull request #3645 from l2isbad/UrlService_fixCosta Tsaousis
2018-04-22UrlService: do data decode() in _get_raw_data_with_statuslgz
2018-04-14UrlService self signed certs support fixlgz
2018-03-11Merge pull request #3532 from ccremer/httpcheckCosta Tsaousis