summaryrefslogtreecommitdiffstats
path: root/python.d
AgeCommit message (Expand)Author
2017-02-09web_log plugin: minor fixes plus some documentationIlya
2017-02-09web_log plugin: support for apache non default (+ %I %D) addedIlya
2017-02-09web_log pugin: context renamed, ipv6 address support added, unmatched dim for...Ilya
2017-02-08web_log plugin: initial version addedIlya
2017-02-02Merge pull request #1693 from l2isbad/smartd_log_pluginCosta Tsaousis
2017-02-02postgres plugin: better error handling on plugin startIlya
2017-02-02smartd_log plugin: update makefilesIlya
2017-02-02postgres plugin: connect/reconnect to unix socket fixedIlya
2017-02-01smartd_log plugin: fix plugin fail when log dir is not existIlya
2017-02-01Merge pull request #1697 from l2isbad/elasticsearch_plugin_bugfixCosta Tsaousis
2017-02-01elasticsearch plugin: failed to collect data after ES restart fixedIlya
2017-02-01smartd_log plugin: initial version addedIlya
2017-01-31python base.py: change exceptionIlya
2017-01-31varnish plugin: now uses PATH env variable to find varnishstat binaryIlya
2017-01-31bind_rndc plugin: now uses PATH env variable to find rndc binaryIlya
2017-01-31freeradius plugin: now uses PATH env variable to find radclient and echo binaryIlya
2017-01-31python UrlService class: add find_binary method which uses PATH env varIlya
2017-01-29fixed permissionsCosta Tsaousis (ktsaou)
2017-01-26python readme and elasticsearch conf file update: requests packageIlya
2017-01-26postgres plugin: reconnect to postgres after restart/stop etcIlya
2017-01-25Merge pull request #1627 from l2isbad/tomcat_bugfixCosta Tsaousis
2017-01-25varnish plugin: decode bytes to str for python3Ilya
2017-01-24tomcat plugin: some code optimizationIlya
2017-01-24tomcat mudule: add desired port into account (multiple connectors)Ilya
2017-01-23tomcat plugin: replace xml parse with regexIlya
2017-01-22added missing files for automakeCosta Tsaousis (ktsaou)
2017-01-22python reamde update: elasticsearchIlya
2017-01-22varnish plugin: sess_pipe_overflow renamed to sc_pipe_overflow in v5Ilya
2017-01-22python readme update: varnish cacheIlya
2017-01-21Merge pull request #1590 from l2isbad/elasticsearch_pluginCosta Tsaousis
2017-01-21elasticsearch plugin: update makefilesIlya
2017-01-21elasticsearch plugin: file descriptors; http connections; transport metrics c...Ilya
2017-01-21Merge pull request #1596 from l2isbad/varnish_add_v3_supportCosta Tsaousis
2017-01-20elasticsearch plugin: small fixesIlya
2017-01-20elasticsearch plugin: cluster health status chart addedIlya
2017-01-20freeradius plugin: stderr output to pipeIlya
2017-01-20elasticsearch: typos;minor fixesIlya
2017-01-20varnish plugin: version3 support addedIlya
2017-01-19elasticsearch plugin: initial version addedIlya
2017-01-19varnish plugin: bugfixIlya
2017-01-17varnish plugin: rename some dimensionsIlya
2017-01-16remove unnecessary chartsIlya
2017-01-15typo fixIlya
2017-01-15varnish plugin: update MakefilesIlya
2017-01-15varnish plugin: memory usage chart added. Sort all charts into 7 groupsIlya
2017-01-15varnish plugin: change .read() to .communicate()Ilya
2017-01-15varnish plugin: cache hit/miss/hitpass current poll stats addedIlya
2017-01-15varnish plugin: backend hosts reponse charts addedIlya
2017-01-14initial version of varnish plugin addedIlya
2017-01-13Merge pull request #1555 from pjz/ipfs_healthCosta Tsaousis