]> arthur.barton.de Git - netdata.git/history - python.d
fixing problems with data formatting in apache and nginx
[netdata.git] / python.d /
2016-06-22 paulfantomfixing problems with data formatting in apache and...
2016-06-22 paulfantomPEP8 formatting
2016-06-22 paulfantomchange urls to localhost
2016-06-22 paulfantomfixing bugs in UrlService.
2016-06-22 paulfantomfixed some issues from previous commits
2016-06-22 paulfantomnginx + apache python modules
2016-06-22 paulfantomunset update_every
2016-06-22 paulfantomunset update_every
2016-06-22 paulfantomNew class UrlService + phpfpm python module + minor...
2016-06-22 Costa TsaousisMerge pull request #595 from ktsaou/master
2016-06-22 Costa Tsaousispython modules installer updated
2016-06-21 Costa Tsaousisadded debugging info to python.d.plugin; added FIXME...
2016-06-21 Costa TsaousisMerge pull request #591 from paulfantom/master
2016-06-21 paulfantommore debug
2016-06-21 paulfantomfix mysql update_every
2016-06-21 paulfantomfix update_every, PEP8 formatting
2016-06-21 Costa TsaousisMerge pull request #590 from ktsaou/master
2016-06-21 Costa Tsaousisremoved unused import
2016-06-21 Costa TsaousisMerge pull request #587 from Flums/patch-2
2016-06-21 Costa TsaousisMerge pull request #588 from kianxineki/patch-1
2016-06-21 Costa TsaousisMerge pull request #589 from paulfantom/master
2016-06-21 Costa Tsaousispython plugin fixes for better tracing debugging
2016-06-21 paulfantomMerge remote-tracking branch 'remotes/firehol/master'
2016-06-21 paulfantomfollow PEP 263
2016-06-21 Costa TsaousisMerge pull request #582 from paulfantom/master
2016-06-20 paulfantommake MySQL compatible with python2
2016-06-20 paulfantomsimple pip wrapper script
2016-06-20 paulfantombetter debug messages. don't require specific python...
2016-06-20 paulfantomInformation about python2 support in readme. Fixed...
2016-06-19 paulfantomeven more comments
2016-06-19 paulfantomComments, comments, comments.
2016-06-19 paulfantompython2 compatibility
2016-06-19 paulfantomMore code cleanup
2016-06-19 paulfantomCode cleanup
2016-06-18 paulfantominclude info about YAML in readme
2016-06-18 paulfantomMerge branch 'objects'
2016-06-18 paulfantombetter handling of lacking 3rd party libs
2016-06-18 paulfantomworking example.chart.py
2016-06-17 Costa TsaousisMerge pull request #574 from paulfantom/master
2016-06-17 paulfantominformation about experimental support of python plugins
2016-06-17 Costa TsaousisMerge pull request #571 from paulfantom/master
2016-06-17 paulfantomfix 562 (use /usr/bin/env)
2016-06-15 Costa TsaousisMerge pull request #555 from paulfantom/master
2016-06-15 paulfantomadd info about MySQLdb to README
2016-06-15 paulfantomfix incorrect "password" argument
2016-06-15 paulfantomuse MySQLdb or fallback to PyMySQL
2016-06-14 paulfantomdefault port is 0
2016-06-14 paulfantompossible remedy of 2003 error
2016-06-14 paulfantomchanges in readme and sample mysql.conf
2016-06-14 paulfantomadd option to include my.cnf
2016-06-14 paulfantomincrease verbosity of mysql.chart.py
2016-06-14 paulfantommodule errors start with module name
2016-06-14 paulfantomfixed issue with stderr write
2016-06-14 paulfantomchange readme to include info about needed pymysql
2016-06-14 paulfantomfix makefile
2016-06-14 paulfantompreserve configs across installaitons
2016-06-14 Costa TsaousisMerge pull request #547 from paulfantom/master
2016-06-13 paulfantomMerge remote-tracking branch 'upstream/master'
2016-06-13 paulfantomnew directories: python_modules + config directories
2016-06-13 paulfantomfix makefile
2016-06-18 paulfantomsecond run
2016-06-18 paulfantomupdated example module
2016-06-18 paulfantomhandling of debug interval
2016-06-18 paulfantomfirst run
2016-06-18 paulfantomalpha python.d.plugin
2016-06-17 paulfantomjob creator in python.d.plugin
2016-06-17 paulfantomdebug
2016-06-17 paulfantommove BaseService to base.py
2016-06-17 paulfantomtested mysql.chart.py
2016-06-17 paulfantomservice inheritance
2016-06-16 paulfantompart 1
2016-06-12 Costa TsaousisMerge pull request #544 from paulfantom/master
2016-06-12 Costa TsaousisMerge pull request #543 from ktsaou/master
2016-06-12 Costa Tsaousis ... fix for installing python.d files to the proper directo...
2016-06-12 Costa TsaousisMerge pull request #528 from paulfantom/master
2016-06-12 paulfantomchange default priority of example module
2016-06-12 paulfantomrename python example chart
2016-06-11 paulfantomadded support for chart priority
2016-06-11 paulfantommodified Makefiles to include python; added README
2016-06-11 paulfantomadded number of microseconds since the last update...
2016-06-11 paulfantomdifferent intervals for different modules; better handl...
2016-06-10 paulfantomInitial support for python plugins