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

12 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
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
cf0f9e6d3d bind_rndc module fixes (rename chart method) 2017-11-03 00:39:10 +09:00
lgz
0783e25564 replace UsefulFunc class with standalone funs 2017-10-20 13:51:12 +09:00
lgz
a5bab2b3d5 "bind_rndc" fixes 2017-10-20 13:51:12 +09:00
Ilya
1aaa9d44e4 bind_rndc plugin: rewritten to use _add_new_dimension 2017-06-12 00:29:16 +09:00
Ilya
eb727d7791 bind_rndc_plugin: python 2.6 compatibility fix 2017-02-28 13:08:47 +09:00
Ilya
5a727706c8 bind_rndc_plugin: python 2.6 compatibility fix 2017-02-20 22:27:44 +09:00
Ilya
c71bf86afa bind_rndc plugin: now uses PATH env variable to find rndc binary 2017-01-31 12:26:24 +09:00
Ilya
d07f3aa1db bind_rndc: incoming/outgoing queries charts added 2017-01-06 13:19:51 +09:00
Ilya
c738ebb133 add bind_rndc plugin 2017-01-03 16:40:43 +09:00