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

9 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
20a6c9ce9c cpufreq, cpuidle modules chart context fix 2017-11-05 23:00:33 +09:00
lgz
7f9afedeee "example" module fixes 2017-10-20 13:51:12 +09:00
lgz
e643c3e7b0 "cpuidle" module fixes 2017-10-20 13:51:12 +09:00
Steven Noonan
ff379ef7cf
cpuidle.chart.py: re-read schedstat after tickling idle CPUs
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-10 14:54:25 -07:00
Steven Noonan
a862c34ad5
cpuidle.chart.py: only tickle known-to-be-idle CPUs
This should prevent the netdata.plugin_pythond_cpuidle metric from
spiking under load.

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-10 14:20:10 -07:00
Steven Noonan
70daed00e4 cpuidle.chart.py: add plugin for monitoring cpuidle states
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-01-09 19:00:23 -08:00