0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-16 22:25:12 +00:00
Commit graph

25 commits

Author SHA1 Message Date
Paweł Krupa
d536ba6a43 fix spdx () 2018-09-30 02:36:42 +03:00
Austin S. Hemmelgarn
f8b161eb00 Python.d PEP 8 cleanup, modules P-R ()
* python.d/phpfph.chart.py PEP 8 cleanup

Fixed formatting of container literals.

* python.d/portcheck.chart.py PEP 8 cleanup

Fixed string quoting and container literal formatting.

* python.d/postfix.chart.py PEP 8 cleanup

Fixed string quoting and container literal formatting.

* python.d/powerdns.chart.py PEP 8 cleanup

Fixed formatting of container literals.

* python.d/puppet.chart.py PEP 8 cleanup

Fixed string quotation, use of blank lines, and formatting of block
comments.

* python.d/rabbitmq.chart.py PEP 8 cleanup

Fixed formatting of container literals.

Also fixes a misplaced space (located after a quotation mark instead of
before).

* python.d/redis.chart.py PEP 8 cleanup

Fixed formatting of container literals and quoting of string literals.

* python.d/rethinkdb.chart.py PEP 8 cleanup

Fixed formatting of container literals.

* python.d/retroshare.chart.py PEP 8 cleanup

Fixed formatting of container literals.
2018-09-29 02:00:38 +03:00
Paweł Krupa
3e929ad4ee
give credit where credit is due ()
Mostly add @l2isbad as an author.
2018-09-26 09:38:36 +02:00
Austin S. Hemmelgarn
e8915e2653 Add SPDX-License-Identifier headers to most files.
This tags all the files that I can clearly identify as being part of
Netdata and not a local copy of a third party package that we're
redistributing.
2018-05-31 15:33:12 -04:00
lgz
2677b57599 "phpfpm" module update 2017-10-20 13:51:12 +09:00
Ilya
f7669380f3 php_fpm_plugin: avg dimension for cpu,mem,dur charts added + bugfixes 2017-03-04 19:09:17 +09:00
Costa Tsaousis (ktsaou)
f589fe54cf
fixed permissions 2017-01-29 17:17:36 +02:00
liu lei
7d5c114516 1. changed arguments from decode() in base.py, so they can run under CentOS 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-17 03:11:49 +08:00
liu lei
c335489138 1. changed arguments from decode() in base.py to support versions of Python 2.6
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-10-19 14:24:52 +08:00
Clint Armstrong
9d3639f5a8 keep backwards compatible and support json without full 2016-09-21 14:20:53 -04:00
Clint Armstrong
534303bfd4 Improve phpfpm module.
* Get the fpm stats in json format for easy parsing
* Get stats for each process and track maximums and averages for each.
2016-09-21 11:44:50 -04:00
Costa Tsaousis (ktsaou)
5b80977302
default retries is 60 2016-07-15 15:41:15 +03:00
paulfantom
f862e71a06 sort makefile + minor change in comments 2016-07-07 12:23:15 +02:00
paulfantom
ce4acfd076 implement _get_raw_data 2016-07-03 14:43:54 +02:00
paulfantom
6d758c5130 change name from _format_data to _get_data. 2016-07-03 14:40:22 +02:00
paulfantom
a8319219b7 Fix issues from testing mysql.chart.py + change method name 2016-07-02 20:05:34 +02:00
paulfantom
e26438c9a7 rewrite apache, nginx and phpfpm plugins to use wrappers on chart creation 2016-06-24 11:22:44 +02:00
paulfantom
bd67875f26 fix some timeout issues 2016-06-22 20:40:20 +02:00
paulfantom
8890758368 formatting + typo 2016-06-22 18:29:41 +02:00
paulfantom
2a37612cf2 fixing bugs in UrlService. 2016-06-22 16:15:37 +02:00
paulfantom
3f5345f322 fixed some issues from previous commits 2016-06-22 15:09:29 +02:00
paulfantom
4dea6a8b98 nginx + apache python modules 2016-06-22 14:23:22 +02:00
paulfantom
5b0091ffc2 unset update_every 2016-06-22 13:53:17 +02:00
paulfantom
a4af3945c6 unset update_every 2016-06-22 13:48:32 +02:00
paulfantom
77563deeed New class UrlService + phpfpm python module + minor changes in python.d.conf 2016-06-22 13:12:21 +02:00