summaryrefslogtreecommitdiffstats
path: root/python.d
AgeCommit message (Collapse)Author
2016-12-25Merge pull request #1424 from l2isbad/isc_dhcpd_pluginCosta Tsaousis
Isc dhcpd plugin
2016-12-25Merge pull request #1438 from l2isbad/hddtemp_chart_py_enhancementCosta Tsaousis
Hddtemp chart py enhancement
2016-12-25Merge pull request #1440 from l2isbad/sensors_chart_py_enhancementCosta Tsaousis
Sensors chart py enhancement
2016-12-25Merge pull request #1441 from l2isbad/freeradius_bug_fixCosta Tsaousis
freeradius bugfix
2016-12-25bugfixlgz
2016-12-25add fahrenheit optionlgz
2016-12-25add new option to conf file; returned back if in chart.pylgz
2016-12-25add fahrenheit optionlgz
2016-12-24total active in all pools chart addedlgz
2016-12-24rename functionlgz
2016-12-24remove all regex part, using itertools and slicing instead; much better ↵lgz
performance
2016-12-23fixed bug in nginx_log module where the reported values were defined as ↵Costa Tsaousis (ktsaou)
incremental but returned as absolute
2016-12-24add dhcp.leases file size chart to Parse statistics familylgz
2016-12-24add isc_dhcp plugin to Makefilelgz
2016-12-24better line formattinglgz
2016-12-23much better performance with big files; add parse stats chartlgz
2016-12-23mv plugin files; typolgz
2016-12-23isc dhcpd plugin addedlgz
2016-12-22Merge pull request #1417 from l2isbad/openvpn_log_pluginCosta Tsaousis
Openvpn log plugin
2016-12-22one more update README in python.d dirlgz
2016-12-22update README in python.d dirlgz
2016-12-22add openvpn log plugin to Makefilelgz
2016-12-22add freeradius plugin to Makefilelgz
2016-12-22bugfix; should return empty list if there is not commandlgz
2016-12-21minor fixlgz
2016-12-21openvpn status log plugin addedlgz
2016-12-20quick fix. backslash addedlgz
2016-12-20add proxy-auth and proxy-acc charts; make all charts except auth optional ↵lgz
and disabled by default; conf file was updated
2016-12-20freeradius plugin addedlgz
2016-12-14postgres.chart.py Add python2.6 support + Fix sql queryMoumoul
2016-12-13Changed ExecutableService check() to split properlyJeff Willette
ExectuableService was splitting the command in the wrong place which was causing it to only be searched in /sbin and /usr/sbin instead of the regular PATH.
2016-12-09Added gunicorn log conf and chart.py filesJeff Willette
2016-11-30Print useful error message when postgres plugin job fails.Facetoe
2016-11-21really exit on fatal situations, even if no output is possible; fixes #1155Costa Tsaousis
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
# Conflicts: # python.d/python_modules/base.py # python.d/redis.chart.py
2016-11-171. changed arguments from decode() in base.py, so they can run under CentOS ↵liu lei
6.8 with Python 2.6 2. added pass parameters to redis for AUTH command 3. optimized nginx.chart.py and phpfpm.chart.py webpages submenu name 4. optimized phpfpm.chart.py average display
2016-11-15python.d.plugin now never gives up data collection - it slows down data ↵Costa Tsaousis (ktsaou)
collection attempts instead; #999
2016-11-15move core iteration point in the middle of the second, to give some ↵Costa Tsaousis (ktsaou)
tollerance to plugins
2016-11-14python.d.plugin better iteration timingCosta Tsaousis (ktsaou)
2016-11-14Merge pull request #1165 from kesslerm/fix/python-plugin-crashCosta Tsaousis
Fix occasional crashes in python plugins
2016-11-14Merge pull request #1184 from facetoe/postgres_plugin_error_messageCosta Tsaousis
Ignore expected exceptions.
2016-11-12hddtemp description improvementCosta Tsaousis (ktsaou)
2016-11-12fix for connecting to unix socketsCosta Tsaousis (ktsaou)
2016-11-12SocketService log unexpectedly disconnected errorCosta Tsaousis (ktsaou)
2016-11-12gracefully handle dovecot errorsCosta Tsaousis (ktsaou)
2016-11-12enabled option "trace" to get python traces on errorsCosta Tsaousis (ktsaou)
2016-11-12more python logging fixesCosta Tsaousis (ktsaou)