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
Austin S. Hemmelgarn
f8b161eb00
Python.d PEP 8 cleanup, modules P-R ( #4299 )
...
* python.d/phpfph.chart.py PEP 8 cleanup
Fixed formatting of container literals.
* python.d/portcheck.chart.py PEP 8 cleanup
Fixed string quoting and container literal formatting.
* python.d/postfix.chart.py PEP 8 cleanup
Fixed string quoting and container literal formatting.
* python.d/powerdns.chart.py PEP 8 cleanup
Fixed formatting of container literals.
* python.d/puppet.chart.py PEP 8 cleanup
Fixed string quotation, use of blank lines, and formatting of block
comments.
* python.d/rabbitmq.chart.py PEP 8 cleanup
Fixed formatting of container literals.
Also fixes a misplaced space (located after a quotation mark instead of
before).
* python.d/redis.chart.py PEP 8 cleanup
Fixed formatting of container literals and quoting of string literals.
* python.d/rethinkdb.chart.py PEP 8 cleanup
Fixed formatting of container literals.
* python.d/retroshare.chart.py PEP 8 cleanup
Fixed formatting of container literals.
2018-09-29 02:00:38 +03:00
Ilya Mashchenko
55f804b03d
redis plugin: add one more check before collecting redis specific data ( #4205 )
2018-09-16 04:26:26 +03:00
Dimosthenis Kaponis
7c00033f58
Fix redis auth
2018-06-29 23:00:59 +03:00
lgz
3b7dc7aa19
redis: add uptime chart
2018-06-16 21:22:10 +09:00
lgz
127b1dd97d
redis: add evicted keys chart
2018-06-16 21:15:54 +09:00
lgz
52ac03f217
redis: Service.do_auth fix
2018-06-16 16:48:27 +09:00
lgz
f6d9284fb0
redis: simplify cop_chart func
2018-06-16 16:41:44 +09:00
lgz
3ee7e26b5d
add Pika support to redis module
2018-06-16 16:36:09 +09: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
875bc60428
some codacy fixes
2017-11-03 11:02:35 +09:00
lgz
d8c525f8b9
"redis" module update
2017-10-20 13:51:13 +09:00
Ilya
89a89fbb24
redis: "rdb_bgsave_in_progress" and "rdb_last_bgsave_status" tracking added
2017-09-14 10:18:33 +09:00
Ilya
7c55fd6a99
redis plugin bugfix: encode requests before pass it to send method
2017-07-22 14:27:11 +09:00
Ilya
dbf865dfd7
redis_plugin: fixes #2177
2017-05-13 18:35:07 +09:00
Ilya
1c5f6d4fa9
redis plugin: bugfix
2017-03-27 23:33:47 +09:00
liu lei
e56d53caa6
Delete some mistakes
2016-11-17 03:40:23 +08:00
liu lei
0acd15dd4a
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# python.d/python_modules/base.py
# python.d/redis.chart.py
2016-11-17 03:23:49 +08:00
liu lei
7d5c114516
1. changed arguments from decode() in base.py, so they can run under CentOS 6.8 with Python 2.6
...
2. added pass parameters to redis for AUTH command
3. optimized nginx.chart.py and phpfpm.chart.py webpages submenu name
4. optimized phpfpm.chart.py average display
2016-11-17 03:11:49 +08:00
Costa Tsaousis (ktsaou)
343ea564f0
uniform redis dimensions
2016-11-11 23:04:52 +02:00
Costa Tsaousis (ktsaou)
6c9b04e80f
added redis bandwidth; fixed memcached submenu, dimension names and colors
2016-11-11 22:56:19 +02:00
Costa Tsaousis (ktsaou)
408c57b532
better debugging and logging for SocketService modules; redis enhancements
2016-11-11 22:26:11 +02:00
liu lei
c335489138
1. changed arguments from decode() in base.py to support versions of Python 2.6
...
2. added pass parameters to redis for AUTH command
3. optimized nginx.chart.py and phpfpm.chart.py submenu name
4. optimized phpfpm.chart.py average display
2016-10-19 14:24:52 +08:00
Costa Tsaousis (ktsaou)
1f4281f296
fixed context for python.d charts
2016-08-21 03:11:32 +03:00
paulfantom
b7f32fde8b
non-blocking SocketService
2016-07-19 02:40:21 +02:00
paulfantom
4db937399e
non-blocking SocketService
2016-07-19 02:30:03 +02:00
paulfantom
b6cfb65b11
non-blocking SocketService
draft 2
2016-07-19 01:56:24 +02:00
paulfantom
7c78678d6f
non-blocking SocketService
2016-07-18 22:56:08 +02:00
Costa Tsaousis
d7b083430d
Merge pull request #696 from paulfantom/master
...
better python logging
2016-07-15 17:51:47 +03:00
paulfantom
efa910bcc4
better logging
2016-07-15 15:53:20 +02:00
Costa Tsaousis (ktsaou)
5b80977302
default retries is 60
2016-07-15 15:41:15 +03:00
paulfantom
be51843cb7
redis naming in dashboard
2016-07-12 17:18:18 +02:00
paulfantom
e4ff061fa7
after tests fixes (redis module)
2016-07-12 17:07:13 +02:00
paulfantom
ab209cd429
not tested redis module
2016-07-12 16:35:43 +02:00