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

8 commits

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

* Converted tabs in indentation to spaces (this is why the diff looks
huge).
* Fixed container literal formatting.
* General cleanup regarding blank lines.

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

Fixed container literal formatting.

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

Fixed overly long lines and trailing empty line.

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

Made string literals use consistent quoting and fixed container literal
formatting.

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

Fixed container literal formatting.

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

Fixed string quoting and container literal formatting.

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

Fixed string quoting and container literal formatting.

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

Fixed quoting of strings and formatting of container literals.

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

Fixed formatting of conainer literals.

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

Make string quoting consistent and fix formatting of container literals.

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

Fixed quoting of strings and formatting of container literals.

* Fix syntax issue in httpcheck module caused by previous commit.
2018-09-26 11:38:55 -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
wungad
a20b74c742 replaced gethostbyname with getaddrinfo 2017-11-22 16:49:11 +01:00
lgz
ed32886d59 "dns_query_time" module fixes 2017-10-20 13:51:12 +09:00
Ilya
9dccc16d37 dns_query_time plugin: replace "." with "_" in dimensions 2017-03-26 10:57:31 +09:00
Ilya
791f0dfa2b dns_query_time plugin: makefiles and python.d.conf update 2017-03-26 03:09:47 +09:00
Ilya
65cd61cc91 dns_query_time plugin: added 2017-03-26 02:51:59 +09:00