0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-21 20:23:00 +00:00
Commit graph

15 commits

Author SHA1 Message Date
Paweł Krupa
d536ba6a43 fix spdx () 2018-09-30 02:36:42 +03:00
Austin S. Hemmelgarn
f7bddbe07b
Python.d PEP 8 cleanup, modules A-C ()
* cpufreq.chart.py PEP 8 code cleanups

Fixes formatting of nested container literals and two cases of using
len() to determine if a container is empty or not.

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

Makes quotes consistent for string literals and enforces preferred
formatting for container literals.

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

Fixes formatting of container literals.

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

Fixed container literal formatting.

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

Fixed container literal formatting and line-continuation indentation.

* python.d/chrony.chart.py PEP 8 cleanups

Fixed container literal formatting and made string literals use
consistent quotes.

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

Fixed container literal formatting and made string literals use
consistent quotes.
2018-09-26 11:37:54 -04:00
lgz
9809d0ebc7 beanstalk: use loaders.safe_load instead of yaml.load 2018-07-27 18:14:09 +09: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
1752037495 beanstalk: get_data() wrong description removed 2017-11-05 21:07:50 +09:00
lgz
6931479c38 beanstalk module: remove defaultdict, remove chart creating on check() 2017-11-05 15:28:09 +09:00
lgz
4fdb6bd9b9 move since_last check to chart update() 2017-11-05 02:40:21 +09:00
lgz
adeb3a89f9 beanstalk module: change 'statistics' family to 'server statistics' 2017-11-05 02:24:54 +09:00
lgz
1a76c42854 beanstalk minor fix 2017-11-04 17:05:24 +09:00
lgz
051524af2d uppercase chart flags 2017-11-04 16:44:33 +09:00
lgz
d60fb8dd4d beanstalk added to python.d README 2017-11-03 17:27:53 +09:00
lgz
20b4ddf27c beanstalk module: configurable timeout option added 2017-11-03 07:56:26 +09:00
lgz
bdcea98ead beanstalk fix 2017-11-03 02:24:21 +09:00
lgz
ae972dbd71 beanstalk module: connection stats() charts added 2017-11-03 01:56:50 +09:00
lgz
236d3a1651 beanstalk module initial version 2017-11-03 00:27:21 +09:00