0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-16 06:11:38 +00:00
Commit graph

72 commits

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

Fixes formatting for container literals and quoting of strings.

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

Fixes quoting of strings and formatting of container literals.

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

Fixes string quoting and formatting of container literals.

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

Fixes string quoting and formatting of container literals.

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

Fixes quoting of strings and formatting of container literals.

* python.d/mysql.chart.py PEP 8 cleanups

Fix formatting of container literals and usage of blank lines.
2018-09-27 07:03:56 -04:00
Paweł Krupa
3e929ad4ee
give credit where credit is due ()
Mostly add @l2isbad as an author.
2018-09-26 09:38:36 +02:00
Adalbert Michelic
68b5b5ed5e MySQL: chart active vs. max connections 2018-08-02 12:29:24 +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
Tom Worster
4fe1837330 revise repl bytes chart 2017-11-17 09:16:15 -05:00
Tom Worster
2e28f0e11b Merge branch 'master' of github.com:firehol/netdata 2017-11-07 13:23:43 -05:00
Tom Worster
48d4cbf54d add more galera charts 2017-11-07 13:22:05 -05:00
lgz
4d088d57f7 mysql and postgres modules default priority changed to 60 000 2017-11-03 10:32:19 +09:00
Tom Worster
0a30dd6264 add galera charts 2017-10-28 16:25:28 -04:00
lgz
4cee341399 "mysql" module update 2017-10-20 13:51:12 +09:00
Ilya
78ae7f6b03 mysql plugin: properly handle exceptions in "slave_secodnds" func 2017-08-07 09:56:33 +09:00
Ali Borhani
ec3feae29a Fix None value for Seconds_Behind_Master 2017-07-28 11:44:36 +04:30
Ali Borhani
ca63869f7d Only check empty string 2017-05-13 17:38:10 +04:30
Ali Borhani
722fcfef23 Fix invalid -1 'seconds behind the master' for slaves 2017-05-13 15:46:39 +04:30
Costa Tsaousis (ktsaou)
89c7b84058
fix innodb dimension labels; fixes 2017-03-29 22:46:45 +03:00
Ilya
9b08c45ee4 mysql_plugin: remove slave query if query returned no data 2017-03-09 16:31:38 +09:00
Ilya
1dc3d7fedb mysql_plugin: rewritten to use MySQLService class 2017-03-09 15:41:46 +09:00
lgz
cf039b2c4a update cache misses calc formula 2017-01-01 23:15:07 +09:00
lgz
6517e65df4 fix cache misses chart 2017-01-01 17:36:51 +09:00
Costa Tsaousis (ktsaou)
7c081b0d74
do not report to netdata not-collected values as zero 2016-12-30 01:37:03 +02:00
Costa Tsaousis (ktsaou)
616e4dc7f9
make replication metrics optional; fixes 2016-12-30 01:22:37 +02:00
lgz
697d5608ef add slave stats to mysql chart 2016-12-29 22:02:44 +09:00
paulfantom
dc88c6c87a cast mysql port from str to int 2016-09-17 19:31:41 +02:00
paulfantom
c267814203 change handling of mysql connection parameters 2016-09-17 18:49:55 +02:00
Costa Tsaousis (ktsaou)
1f4281f296
fixed context for python.d charts 2016-08-21 03:11:32 +03:00
paulfantom
706badb083 catch OperationaError when attempting to connect to mysql server 2016-08-07 16:12:09 +02:00
paulfantom
028e666883 fix mysql query 2016-08-07 15:59:31 +02:00
paulfantom
0c3629cf19 try to reconnect to MySQL on OperationalError 2016-08-07 15:46:08 +02:00
paulfantom
799e7dd939 fix units in mysql charts 2016-07-18 15:17:24 +02:00
Costa Tsaousis (ktsaou)
5b80977302
default retries is 60 2016-07-15 15:41:15 +03:00
paulfantom
1d43dc99b7 unify authentication 2016-07-13 23:44:13 +02:00
paulfantom
f32ce50b6d unify authentication 2016-07-13 23:42:26 +02:00
paulfantom
5bf52fe7ee comment-out update_every 2016-07-13 19:53:39 +02:00
paulfantom
17d632e719 fix mysql issue with invalid literal 2016-07-13 17:58:14 +02:00
paulfantom
8e05c4c3dd fix charts types 2016-07-13 17:37:32 +02:00
paulfantom
f862e71a06 sort makefile + minor change in comments 2016-07-07 12:23:15 +02:00
paulfantom
6d758c5130 change name from _format_data to _get_data. 2016-07-03 14:40:22 +02:00
paulfantom
ba417a23c8 better error messages 2016-07-02 23:01:07 +02:00
paulfantom
a8319219b7 Fix issues from testing mysql.chart.py + change method name 2016-07-02 20:05:34 +02:00
paulfantom
d1786059c9 use SimpleService in mysql service 2016-07-02 19:25:12 +02:00
paulfantom
661f5455e8 more debug 2016-06-21 17:28:03 +02:00
paulfantom
84468ca7b5 fix mysql update_every 2016-06-21 11:56:30 +02:00
Costa Tsaousis
58a6293d34 Merge pull request from ktsaou/master
python plugin fixes for better tracing debugging
2016-06-21 12:28:33 +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
c36f1e23a2 make MySQL compatible with python2 2016-06-20 14:03:06 +02:00
paulfantom
701a9968f6 better debug messages. don't require specific python version 2016-06-20 09:46:48 +02:00
paulfantom
412c6d23bf even more comments 2016-06-19 23:11:34 +02:00
paulfantom
d14e84a17f Comments, comments, comments. 2016-06-19 21:12:51 +02:00