summaryrefslogtreecommitdiffstats
path: root/python.d
AgeCommit message (Collapse)Author
2017-09-13added chrony information on the dashboard; lowered update frequency to 5 secondsCosta Tsaousis (ktsaou)
2017-09-10cpuidle.chart.py: re-read schedstat after tickling idle CPUsSteven Noonan
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-10cpuidle.chart.py: only tickle known-to-be-idle CPUsSteven Noonan
This should prevent the netdata.plugin_pythond_cpuidle metric from spiking under load. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-10Merge pull request #2712 from tycho/fix-cpufreq-accurate-modeCosta Tsaousis
cpufreq.chart.py: use much more accurate accounting for average CPU frequency
2017-09-09Merge pull request #2705 from l2isbad/fail2ban_bugfixCosta Tsaousis
fail2ban: jailes search function bugfix
2017-09-09cpufreq.chart.py: use much more accurate accounting for average CPU frequencySteven Noonan
The way I was tracking it before was bad because if we were too early or late reading the time_in_state file, we might get really bogus results. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-10fail2ban: jails search function bugfixIlya
2017-09-09cpufreq.chart.py: fix accurate modeSteven Noonan
It needs to fail one iteration so there's something to calculate deltas against (the first iteration has no prior data). Once it has the first pass, all future iterations will use the accurate mode data, if it's available. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-06web_log plugin: localhost added to the "address" regex"Ilya
2017-09-04Merge pull request #2639 from domschl/chronyCosta Tsaousis
Statistics for precision of time data of local chrony
2017-09-04README typoDominik Schloesser
2017-09-04chrony-updates for Makefiles, README and python.d.conf.Dominik Schloesser
2017-09-04len() optimized awayDominik Schloesser
2017-09-04review: CHRONY array moved out of service class.Dominik Schloesser
2017-09-04more specific exception handling following l2isbad's suggestionsDominik Schloesser
2017-09-02More checks against format-changes in chronyc, dict exception handling fixed.Dominik Schloesser
2017-09-02skip first line of output (empty)Dominik Schloesser
2017-09-02Replace dict comprehension for python 2.6 compatibilityDominik Schloesser
2017-09-02Merge pull request #2563 from l2isbad/weblog_bugfixCosta Tsaousis
web_log bugfix: properly parse squid response codes
2017-09-02elasticsearch bugfix: "query And fetch Latency" chart addedIlya
2017-08-27Debugs removedDominik Schloesser
2017-08-27Statistics for precision of local chronyDominik Schloesser
2017-08-14allow HTTP/2 for custom_log_format in web_logFunzinator
some web servers log HTTP/2 instead of HTTP/2.0. When using a custom log format, requests with HTTP/2 can't be matched using the default dictionary. This commit makes the .0 optional for custom logs
2017-08-09Ensure configured user has the necessary permissions.Facetoe
2017-08-07web_log bugfix: properly parse squid response codesIlya
2017-08-07mysql plugin: properly handle exceptions in "slave_secodnds" funcIlya
2017-08-07disable "my.cnf" parsing when using "pymysql"Ilya
2017-07-31Merge pull request #2525 from Wing924/tomcat.chartCosta Tsaousis
Improve tomcat chart
2017-07-30postgres.chart.py: Fix superuser bug.Facetoe
Resolve issue raised in #2520 that led to non superuser instances attempting to execute queries that require superuser privs.
2017-07-30fix dovecot typos; fixes #2535Costa Tsaousis (ktsaou)
2017-07-28Fix None value for Seconds_Behind_MasterAli Borhani
2017-07-27add warn messageWing924
2017-07-27remove unused inportWing924
2017-07-27fix bugsWing924
2017-07-27improve tomcat chartWei, He
2017-07-25Fix parsing of mdstat outputJeff Henson
When an operation is in progress, there could be two spaces before the percentage when it's less than 10%.
2017-07-24python.d.plugin bugfix: wrap urllib3.disable_warnings in try/exceptIlya
2017-07-23web_log plugin: "all_time" option added for squidIlya
2017-07-22haproxy plugin bugfix: encode requests before pass it to send methodIlya
2017-07-22redis plugin bugfix: encode requests before pass it to send methodIlya
2017-07-21web_log bugfix: check if "all_time" is set to True before collect ipsIlya
2017-07-21python UrlService: proxy auth fixedIlya
2017-07-21rabbitmq plugin fixes and optimizationIlya
2017-07-21elasticsearch plugin fixes and optimizationIlya
2017-07-21switch to urllib3 UrlServiceIlya
2017-07-21bundle urrlib3: makefile updateIlya
2017-07-21bundle urrlib3: urllib3 package addedIlya
2017-07-13elastic plugin: check if max_file_descriptors is in data before use itIlya
2017-07-13mongo plugin: fix "locks_oplog" chart dimension idsIlya
2017-06-22cpufreq plugin: cpu ordering in chart fixedIlya