Costa Tsaousis
|
8fbf817ef8
|
modularized all source code (#4391)
* 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 (#4327)
|
2018-09-30 02:36:42 +03:00 |
|
Paweł Krupa
|
3e929ad4ee
|
give credit where credit is due (#4291)
Mostly add @l2isbad as an author.
|
2018-09-26 09:38:36 +02: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
|
8e7a2ceb65
|
example module update
|
2017-11-03 10:29:59 +09:00 |
|
lgz
|
f162d56371
|
example module fixes (rename chart method)
|
2017-11-03 00:38:33 +09:00 |
|
lgz
|
6896783f2d
|
remove unused imports from "example"
|
2017-10-20 13:51:12 +09:00 |
|
lgz
|
7f9afedeee
|
"example" module fixes
|
2017-10-20 13:51:12 +09:00 |
|
Ruslan Pisarev
|
a21edcc2d3
|
After renaiming BaseService to SimpleService, old class has used still in example.chart.py.
|
2016-08-22 20:31:39 +03:00 |
|
Costa Tsaousis (ktsaou)
|
5b80977302
|
default retries is 60
|
2016-07-15 15:41:15 +03:00 |
|
paulfantom
|
5bf52fe7ee
|
comment-out update_every
|
2016-07-13 19:53:39 +02:00 |
|
paulfantom
|
f862e71a06
|
sort makefile + minor change in comments
|
2016-07-07 12:23:15 +02:00 |
|
paulfantom
|
37fc375d5c
|
do not escape everything
|
2016-06-23 18:08:55 +02:00 |
|
paulfantom
|
5d3d646076
|
escape characters in _line()
|
2016-06-23 17:00:05 +02:00 |
|
paulfantom
|
dc36d60a7d
|
multithreading
|
2016-06-23 11:21:26 +02:00 |
|
Costa Tsaousis
|
58a6293d34
|
Merge pull request #590 from ktsaou/master
python plugin fixes for better tracing debugging
|
2016-06-21 12:28:33 +03:00 |
|
Costa Tsaousis
|
10b0f840d1
|
removed unused import
|
2016-06-21 12:15:04 +03:00 |
|
Costa Tsaousis
|
dd1b39cafc
|
python plugin fixes for better tracing debugging
|
2016-06-21 11:28:34 +03:00 |
|
paulfantom
|
31698d155e
|
follow PEP 263
|
2016-06-21 10:02:15 +02:00 |
|
paulfantom
|
701a9968f6
|
better debug messages. don't require specific python version
|
2016-06-20 09:46:48 +02:00 |
|
paulfantom
|
d14e84a17f
|
Comments, comments, comments.
|
2016-06-19 21:12:51 +02:00 |
|
paulfantom
|
ebca5181e8
|
python2 compatibility
|
2016-06-19 17:16:54 +02:00 |
|
paulfantom
|
024f7ff236
|
More code cleanup
|
2016-06-19 15:37:43 +02:00 |
|
paulfantom
|
fa5c2f9bc3
|
working example.chart.py
|
2016-06-18 19:25:30 +02:00 |
|
paulfantom
|
31e93ffe7c
|
updated example module
|
2016-06-18 13:54:10 +02:00 |
|
paulfantom
|
239709e9f2
|
change default priority of example module
|
2016-06-12 14:03:21 +02:00 |
|
paulfantom
|
958c035c75
|
rename python example chart
|
2016-06-12 14:00:06 +02:00 |
|
paulfantom
|
0c3fc99689
|
added support for chart priority
|
2016-06-11 20:56:20 +02:00 |
|
paulfantom
|
921a1f34c0
|
added number of microseconds since the last update of the chart; code formatting
|
2016-06-11 13:36:41 +02:00 |
|
paulfantom
|
082f4c72ee
|
different intervals for different modules; better handling of crashing modules; code formatting
|
2016-06-11 12:17:28 +02:00 |
|
paulfantom
|
bd546d3220
|
Initial support for python plugins
|
2016-06-10 14:27:44 +02:00 |
|