summaryrefslogtreecommitdiffstats
path: root/python.d/phpfpm.chart.py
AgeCommit message (Collapse)Author
2017-03-04php_fpm_plugin: avg dimension for cpu,mem,dur charts added + bugfixesIlya
2017-01-29fixed permissionsCosta Tsaousis (ktsaou)
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-10-191. changed arguments from decode() in base.py to support versions of Python 2.6liu lei
2. added pass parameters to redis for AUTH command 3. optimized nginx.chart.py and phpfpm.chart.py submenu name 4. optimized phpfpm.chart.py average display
2016-09-21keep backwards compatible and support json without fullClint Armstrong
2016-09-21Improve phpfpm module.Clint Armstrong
* Get the fpm stats in json format for easy parsing * Get stats for each process and track maximums and averages for each.
2016-07-15default retries is 60Costa Tsaousis (ktsaou)
2016-07-07sort makefile + minor change in commentspaulfantom
2016-07-03implement `_get_raw_data`paulfantom
2016-07-03change name from `_format_data` to `_get_data`.paulfantom
2016-07-02Fix issues from testing mysql.chart.py + change method namepaulfantom
2016-06-24rewrite `apache`, `nginx` and `phpfpm` plugins to use wrappers on chart creationpaulfantom
2016-06-22fix some timeout issuespaulfantom
2016-06-22formatting + typopaulfantom
2016-06-22fixing bugs in UrlService.paulfantom
2016-06-22fixed some issues from previous commitspaulfantom
2016-06-22nginx + apache python modulespaulfantom
2016-06-22unset update_everypaulfantom
2016-06-22unset update_everypaulfantom
2016-06-22New class UrlService + phpfpm python module + minor changes in python.d.confpaulfantom