0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-17 14:42:21 +00:00
Commit graph

26 commits

Author SHA1 Message Date
Costa Tsaousis
8fbf817ef8
modularized all source code ()
* modularized all external plugins

* added README.md in plugins

* fixed title

* fixed typo

* relative link to external plugins

* external plugins configuration README

* added plugins link

* remove plugins link

* plugin names are links

* added links to external plugins

* removed unecessary spacing

* list to table

* added language

* fixed typo

* list to table on internal plugins

* added more documentation to internal plugins

* moved python, node, and bash code and configs into the external plugins

* added statsd README

* fix bug with corrupting config.h every 2nd compilation

* moved all config files together with their code

* more documentation

* diskspace info

* fixed broken links in apps.plugin

* added backends docs

* updated plugins readme

* move nc-backend.sh to backends

* created daemon directory

* moved all code outside src/

* fixed readme identation

* renamed plugins.d.plugin to plugins.d

* updated readme

* removed linux- from linux plugins

* updated readme

* updated readme

* updated readme

* updated readme

* updated readme

* updated readme

* fixed README.md links

* fixed netdata tree links

* updated codacy, codeclimate and lgtm excluded paths

* update CMakeLists.txt

* updated automake options at top directory

* libnetdata slit into directories

* updated READMEs

* updated READMEs

* updated ARL docs

* updated ARL docs

* moved /plugins to /collectors

* moved all external plugins outside plugins.d

* updated codacy, codeclimate, lgtm

* updated README

* updated url

* updated readme

* updated readme

* updated readme

* updated readme

* moved api and web into webserver

* web/api web/gui web/server

* modularized webserver

* removed web/gui/version.txt
2018-10-15 23:16:42 +03:00
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
Taras Kozlovskyi
fa7d96473e
Fixed units names 2018-01-24 13:34:45 +02:00
Taras Kozlovskyi
608f5790c4
Fixed collect hrsp_total value 2017-12-28 15:51:05 +02:00
Taras Kozlovskyi
c2eed148f4
Improve haproxy monitoring
Added:
- hrsp_1xx, hrsp_2xx, hrsp_3xx, hrsp_4xx, hrsp_5xx, hrsp_other, hrsp_total for backands and frontends 
- qtime, ctime, rtime, ttime metrics for backand servers
- Backend Servers In UP State
2017-12-27 16:39:12 +02:00
lgz
84f23c37ed "haproxy" module update 2017-10-20 13:51:13 +09:00
Ilya
57ada03b8d haproxy plugin bugfix: encode requests before pass it to send method 2017-07-22 14:28:41 +09:00
Ilya
0ec745cc78 rabbitmq plugin: queued messages chart algorithm changed to absolute 2017-05-22 21:31:12 +09:00
Ilya
f9b2c2396b haproxy plugin: bugfix 2017-05-22 20:31:38 +09:00
Ilya
5496a1e111 haproxy plugin: "idle percent" chart added; 2017-05-21 00:08:15 +09:00
Ilya
df78463070 haproxy_plugin: get data via UrlService bugfix 2017-03-23 15:24:47 +09:00
Ilya
495321346c haproxy plugin: backend status charts added 2017-01-12 18:44:34 +09:00
Ilya
f9dab4923f haproxy module: servers are considered to be down only if status DOWN 2017-01-12 17:07:56 +09:00
Ilya
946b65cdb5 haproxy_plugin: bugfix. no check servers should not be interpreted as DOWN 2017-01-12 05:26:46 +09:00
Ilya
53efa35918 change context name 2017-01-11 20:30:49 +09:00
Ilya
420a0180a1 add ;norefresh option to url check 2017-01-11 16:41:00 +09:00
Ilya
7ffe05b889 add workaround for bug in base.py 2017-01-11 16:29:34 +09:00
Ilya
91e2049cf6 add the ability connect to unix socket 2017-01-11 15:09:35 +09:00
Ilya
b97d0a5c05 minor fix 2017-01-10 16:23:18 +09:00
Ilya
38277fc155 rename function 2017-01-10 11:37:49 +09:00
Ilya
166d99406e backend servers status charts added 2017-01-10 11:31:58 +09:00
Ilya
317d39eb39 replace list comp with filter 2017-01-10 09:50:40 +09:00
Ilya
7dfea1555b change bytes to kilobytes 2017-01-10 09:29:56 +09:00
Ilya
189260d368 haproxy_module draft version 2017-01-10 01:57:24 +09:00