]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agofix issue when dealing with MySQL
paulfantom [Wed, 15 Jun 2016 21:24:49 +0000 (23:24 +0200)]
fix issue when dealing with MySQL

7 years agoadd info about MySQLdb to README
paulfantom [Wed, 15 Jun 2016 12:13:55 +0000 (14:13 +0200)]
add info about MySQLdb to README

7 years agofix incorrect "password" argument
paulfantom [Wed, 15 Jun 2016 09:38:24 +0000 (11:38 +0200)]
fix incorrect "password" argument

add info about MySQLdb to README

7 years agouse MySQLdb or fallback to PyMySQL
paulfantom [Wed, 15 Jun 2016 09:34:25 +0000 (11:34 +0200)]
use MySQLdb or fallback to PyMySQL

7 years agodefault port is 0
paulfantom [Tue, 14 Jun 2016 19:35:36 +0000 (21:35 +0200)]
default port is 0

7 years agopossible remedy of 2003 error
paulfantom [Tue, 14 Jun 2016 19:33:32 +0000 (21:33 +0200)]
possible remedy of 2003 error

7 years agochanges in readme and sample mysql.conf
paulfantom [Tue, 14 Jun 2016 19:18:06 +0000 (21:18 +0200)]
changes in readme and sample mysql.conf

7 years agoadd option to include my.cnf
paulfantom [Tue, 14 Jun 2016 19:02:51 +0000 (21:02 +0200)]
add option to include my.cnf

7 years agoincrease verbosity of mysql.chart.py
paulfantom [Tue, 14 Jun 2016 18:12:12 +0000 (20:12 +0200)]
increase verbosity of mysql.chart.py

7 years agohandling bad configurations
paulfantom [Tue, 14 Jun 2016 18:06:22 +0000 (20:06 +0200)]
handling bad configurations

7 years agomodule errors start with module name
paulfantom [Tue, 14 Jun 2016 17:54:40 +0000 (19:54 +0200)]
module errors start with module name

7 years agofixed issue with stderr write
paulfantom [Tue, 14 Jun 2016 17:48:16 +0000 (19:48 +0200)]
fixed issue with stderr write

7 years agochange readme to include info about needed pymysql
paulfantom [Tue, 14 Jun 2016 15:23:59 +0000 (17:23 +0200)]
change readme to include info about needed pymysql

7 years agofix makefile
paulfantom [Tue, 14 Jun 2016 15:21:12 +0000 (17:21 +0200)]
fix makefile

7 years agopreserve configs across installaitons
paulfantom [Mon, 13 Jun 2016 21:37:18 +0000 (23:37 +0200)]
preserve configs across installaitons

python mysql plugin

Makefile with mysql.chart.py

minor fixes in mysql.chart.py installation

add connection timeout

no need to execute query when chceking for active servers

fix function failure message

handle interval

connection timeout

directories should end with "/"

timeout should be int type

fix normalizing config_dir

comment out mysql.conf

updated readme to include mysql plugin

remove pymysql

7 years agoMerge remote-tracking branch 'upstream/master'
paulfantom [Mon, 13 Jun 2016 21:34:32 +0000 (23:34 +0200)]
Merge remote-tracking branch 'upstream/master'

7 years agosome comments in python.d.conf
paulfantom [Mon, 13 Jun 2016 20:31:09 +0000 (22:31 +0200)]
some comments in python.d.conf

7 years agonew directories: python_modules + config directories
paulfantom [Mon, 13 Jun 2016 13:25:48 +0000 (15:25 +0200)]
new directories: python_modules + config directories

7 years agofix interval problems
paulfantom [Mon, 13 Jun 2016 12:40:55 +0000 (14:40 +0200)]
fix interval problems

7 years agodistinguish 'private' functions
paulfantom [Mon, 13 Jun 2016 10:46:35 +0000 (12:46 +0200)]
distinguish 'private' functions

7 years agomove module loading to one function
paulfantom [Mon, 13 Jun 2016 10:34:27 +0000 (12:34 +0200)]
move module loading to one function

7 years agodefault to python.d conf dir in main conf dir
paulfantom [Mon, 13 Jun 2016 09:15:15 +0000 (11:15 +0200)]
default to python.d conf dir in main conf dir

7 years agoconfiguration file for python.d.plugin
paulfantom [Mon, 13 Jun 2016 09:09:01 +0000 (11:09 +0200)]
configuration file for python.d.plugin

7 years agodifferent approach to disabling modules
paulfantom [Mon, 13 Jun 2016 08:55:28 +0000 (10:55 +0200)]
different approach to disabling modules

7 years agoadd modules path to environement; add a possibility to disable plugins; code cleanup...
paulfantom [Mon, 13 Jun 2016 07:49:38 +0000 (09:49 +0200)]
add modules path to environement; add a possibility to disable plugins; code cleanup; comments

7 years agoMerge pull request #544 from paulfantom/master
Costa Tsaousis [Sun, 12 Jun 2016 14:15:58 +0000 (17:15 +0300)]
Merge pull request #544 from paulfantom/master

prevent breaking everything [part 2]

7 years agoprevent breaking everything in create() and check()
paulfantom [Sun, 12 Jun 2016 13:59:49 +0000 (15:59 +0200)]
prevent breaking everything in create() and check()

7 years agoMerge pull request #543 from ktsaou/master
Costa Tsaousis [Sun, 12 Jun 2016 13:57:16 +0000 (16:57 +0300)]
Merge pull request #543 from ktsaou/master

fix for installing python.d files to the proper directory #528

7 years agofix for installing python.d files to the proper directory #528
Costa Tsaousis (ktsaou) [Sun, 12 Jun 2016 13:54:49 +0000 (16:54 +0300)]
fix for installing python.d files to the proper directory #528

7 years agoMerge pull request #528 from paulfantom/master
Costa Tsaousis [Sun, 12 Jun 2016 13:39:44 +0000 (16:39 +0300)]
Merge pull request #528 from paulfantom/master

Initial support for python plugins

7 years agonotify user when sth wrong in update()
paulfantom [Sun, 12 Jun 2016 12:34:01 +0000 (14:34 +0200)]
notify user when sth wrong in update()

7 years agoprevent breaking everything
paulfantom [Sun, 12 Jun 2016 12:25:45 +0000 (14:25 +0200)]
prevent breaking everything

7 years agochange default priority of example module
paulfantom [Sun, 12 Jun 2016 12:03:21 +0000 (14:03 +0200)]
change default priority of example module

7 years agorename python example chart
paulfantom [Sun, 12 Jun 2016 12:00:06 +0000 (14:00 +0200)]
rename python example chart

7 years agoproper time alignement
paulfantom [Sun, 12 Jun 2016 11:42:52 +0000 (13:42 +0200)]
proper time alignement

7 years agobetter timing
paulfantom [Sun, 12 Jun 2016 11:31:31 +0000 (13:31 +0200)]
better timing

7 years agoMerge pull request #542 from ktsaou/master
Costa Tsaousis [Sun, 12 Jun 2016 11:29:48 +0000 (14:29 +0300)]
Merge pull request #542 from ktsaou/master

fix for mysql not collecting Questions and Qcache Inserts

7 years agofix for mysql not collecting Questions and Qcache Inserts
Costa Tsaousis (ktsaou) [Sun, 12 Jun 2016 11:26:41 +0000 (14:26 +0300)]
fix for mysql not collecting Questions and Qcache Inserts

7 years agoMerge pull request #541 from ktsaou/master
Costa Tsaousis [Sun, 12 Jun 2016 11:09:50 +0000 (14:09 +0300)]
Merge pull request #541 from ktsaou/master

CDN uncashing

7 years agoCDN uncashing
Costa Tsaousis (ktsaou) [Sun, 12 Jun 2016 11:09:09 +0000 (14:09 +0300)]
CDN uncashing

7 years agofix timing in python.d charts
paulfantom [Sun, 12 Jun 2016 09:55:02 +0000 (11:55 +0200)]
fix timing in python.d charts

7 years agoMerge pull request #540 from ktsaou/master
Costa Tsaousis [Sat, 11 Jun 2016 19:39:25 +0000 (22:39 +0300)]
Merge pull request #540 from ktsaou/master

cleanup backup of the users configuration

7 years agocleanup backup of the users configuration
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 19:38:46 +0000 (22:38 +0300)]
cleanup backup of the users configuration

7 years agoMerge pull request #539 from ktsaou/master
Costa Tsaousis [Sat, 11 Jun 2016 19:30:15 +0000 (22:30 +0300)]
Merge pull request #539 from ktsaou/master

strict printf type checking for all similar netdata functions

7 years agoadded gcc printf checking to debug(), error(), fatal(), info(), web_sprintf() and...
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 19:26:17 +0000 (22:26 +0300)]
added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf() and fixed all the occurences reported by the compiler

7 years agocheck if modules provided by cli param exist
paulfantom [Sat, 11 Jun 2016 19:03:57 +0000 (21:03 +0200)]
check if modules provided by cli param exist

7 years agoadded support for chart priority
paulfantom [Sat, 11 Jun 2016 18:56:20 +0000 (20:56 +0200)]
added support for chart priority

7 years agoMerge pull request #538 from ktsaou/master
Costa Tsaousis [Sat, 11 Jun 2016 18:40:01 +0000 (21:40 +0300)]
Merge pull request #538 from ktsaou/master

changed %zu to %d in SVG generation, #535

7 years agochanged %zu to %d in SVG generation, #535
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 18:11:26 +0000 (21:11 +0300)]
changed %zu to %d in SVG generation, #535

7 years agoset global variables at the beginning
paulfantom [Sat, 11 Jun 2016 15:28:23 +0000 (17:28 +0200)]
set global variables at the beginning

7 years agodisable python plugins if python < 3.1
paulfantom [Sat, 11 Jun 2016 15:03:08 +0000 (17:03 +0200)]
disable python plugins if python < 3.1

7 years agomodify configure.ac to include python.d directory
paulfantom [Sat, 11 Jun 2016 13:32:41 +0000 (15:32 +0200)]
modify configure.ac to include python.d directory

7 years agomodified Makefiles to include python; added README
paulfantom [Sat, 11 Jun 2016 13:12:26 +0000 (15:12 +0200)]
modified Makefiles to include python; added README

7 years agoMerge pull request #537 from ktsaou/master
Costa Tsaousis [Sat, 11 Jun 2016 12:34:17 +0000 (15:34 +0300)]
Merge pull request #537 from ktsaou/master

minor fixes

7 years agofixed the colors in "slate" theme to allow better contrast
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 12:26:00 +0000 (15:26 +0300)]
fixed the colors in "slate" theme to allow better contrast

7 years agore-arranged dimensions to have "used" as red
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 12:25:22 +0000 (15:25 +0300)]
re-arranged dimensions to have "used" as red

7 years agochecked for exit status before committing values to the database, to avoid the spikes...
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 12:24:47 +0000 (15:24 +0300)]
checked for exit status before committing values to the database, to avoid the spikes generated for the last value when netdata exits

7 years agofixed typo
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 12:23:44 +0000 (15:23 +0300)]
fixed typo

7 years agolowered the cpu utilization and minor page faults to about half of what it was by...
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 12:23:22 +0000 (15:23 +0300)]
lowered the cpu utilization and minor page faults to about half of what it was by sleeping for the exact amount required for the next iteration

7 years agodefault update every for squid and mysql changed from 5 to 2 seconds
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 12:22:19 +0000 (15:22 +0300)]
default update every for squid and mysql changed from 5 to 2 seconds

7 years agostore module execution interval as float not int
paulfantom [Sat, 11 Jun 2016 12:03:12 +0000 (14:03 +0200)]
store module execution interval as float not int

7 years agoadded option to pass interval with command line parameter
paulfantom [Sat, 11 Jun 2016 11:50:22 +0000 (13:50 +0200)]
added option to pass interval with command line parameter

7 years agoadded number of microseconds since the last update of the chart; code formatting
paulfantom [Sat, 11 Jun 2016 11:36:41 +0000 (13:36 +0200)]
added number of microseconds since the last update of the chart; code formatting

7 years agodifferent intervals for different modules; better handling of crashing modules; code...
paulfantom [Sat, 11 Jun 2016 10:16:32 +0000 (12:16 +0200)]
different intervals for different modules; better handling of crashing modules; code formatting

7 years agoMerge pull request #536 from ktsaou/master
Costa Tsaousis [Sat, 11 Jun 2016 08:52:54 +0000 (11:52 +0300)]
Merge pull request #536 from ktsaou/master

fixed typo in debug logging that resulted in crash

7 years agofixed typo in debug logging that resulted in crash
Costa Tsaousis (ktsaou) [Sat, 11 Jun 2016 08:52:21 +0000 (11:52 +0300)]
fixed typo in debug logging that resulted in crash

7 years agoMerge pull request #533 from ktsaou/master
Costa Tsaousis [Fri, 10 Jun 2016 23:19:19 +0000 (02:19 +0300)]
Merge pull request #533 from ktsaou/master

small changes, adaptation of #428 from @fredericopissarra

7 years agosmall changes, adaptation of #428 from @fredericopissarra
Costa Tsaousis (ktsaou) [Fri, 10 Jun 2016 23:15:57 +0000 (02:15 +0300)]
small changes, adaptation of #428 from @fredericopissarra

7 years agoMerge pull request #530 from ktsaou/master
Costa Tsaousis [Fri, 10 Jun 2016 20:25:09 +0000 (23:25 +0300)]
Merge pull request #530 from ktsaou/master

exit tracing; accept4() and O_NONBLOCK to all sockets and web files

7 years agoadded more error exit tracing info to trace issue 529; switched to accept4() and...
Costa Tsaousis (ktsaou) [Fri, 10 Jun 2016 20:16:35 +0000 (23:16 +0300)]
added more error exit tracing info to trace issue 529; switched to accept4() and added SO_NONBLOCK to all sockets

7 years agofix wrongly calculated run time
paulfantom [Fri, 10 Jun 2016 13:44:29 +0000 (15:44 +0200)]
fix wrongly calculated run time

7 years agoInitial support for python plugins
paulfantom [Fri, 10 Jun 2016 12:27:44 +0000 (14:27 +0200)]
Initial support for python plugins

7 years agoMerge pull request #525 from ktsaou/master
Costa Tsaousis [Thu, 9 Jun 2016 19:58:53 +0000 (22:58 +0300)]
Merge pull request #525 from ktsaou/master

plugin bug fixes and minor enhancements

7 years agoproperly handle the exit status of plugins to avoid infinite restart attempts; plugin...
Costa Tsaousis (ktsaou) [Thu, 9 Jun 2016 19:49:44 +0000 (22:49 +0300)]
properly handle the exit status of plugins to avoid infinite restart attempts; plugins that report failure are now restarted up to 10 times if they have collected values in the past; apache fixed to work with latest apache; example plugin is now disabled by default to prevent starting bash in systems that dont have any other bash plugin used

7 years agoMerge pull request #523 from paulfantom/master
Costa Tsaousis [Thu, 9 Jun 2016 17:24:05 +0000 (20:24 +0300)]
Merge pull request #523 from paulfantom/master

Changes in MySQL plugin

7 years agoMerge remote-tracking branch 'upstream/master'
paulfantom [Thu, 9 Jun 2016 08:15:57 +0000 (10:15 +0200)]
Merge remote-tracking branch 'upstream/master'

7 years agochanged mysql query and parsing data
paulfantom [Thu, 9 Jun 2016 08:15:04 +0000 (10:15 +0200)]
changed mysql query and parsing data

7 years agoMerge pull request #521 from ktsaou/master
Costa Tsaousis [Wed, 8 Jun 2016 22:43:23 +0000 (01:43 +0300)]
Merge pull request #521 from ktsaou/master

dashboard improvements and cpufreq optimization

7 years agofixed typo
Costa Tsaousis (ktsaou) [Wed, 8 Jun 2016 22:38:55 +0000 (01:38 +0300)]
fixed typo

7 years agowork-around for middle mouse button on registry servers with firefox
Costa Tsaousis (ktsaou) [Wed, 8 Jun 2016 22:31:40 +0000 (01:31 +0300)]
work-around for middle mouse button on registry servers with firefox

7 years agobrowser history is preserved while scrolling and navigating the dashboard; current...
Costa Tsaousis (ktsaou) [Wed, 8 Jun 2016 21:56:13 +0000 (00:56 +0300)]
browser history is preserved while scrolling and navigating the dashboard; current position is propagated between registry servers; middle mouse button working on registry servers

7 years agoprevent a cat command on each iteration
Costa Tsaousis (ktsaou) [Wed, 8 Jun 2016 21:54:49 +0000 (00:54 +0300)]
prevent a cat command on each iteration

7 years agoMerge pull request #519 from paulfantom/master
Costa Tsaousis [Wed, 8 Jun 2016 15:17:08 +0000 (18:17 +0300)]
Merge pull request #519 from paulfantom/master

updated charts.d readme and makefile

7 years agoupdated charts.d readme and makefile
paulfantom [Wed, 8 Jun 2016 14:35:16 +0000 (16:35 +0200)]
updated charts.d readme and makefile

7 years agoMerge pull request #518 from paulfantom/master
Costa Tsaousis [Wed, 8 Jun 2016 14:29:34 +0000 (17:29 +0300)]
Merge pull request #518 from paulfantom/master

ensure correct path to nologin shell for user netdata

7 years agoadd failsafe to choosing login shell
paulfantom [Wed, 8 Jun 2016 12:52:43 +0000 (14:52 +0200)]
add failsafe to choosing login shell

7 years agoensure correct nologin shell for iser netdata
paulfantom [Wed, 8 Jun 2016 12:34:11 +0000 (14:34 +0200)]
ensure correct nologin shell for iser netdata

7 years agoMerge pull request #517 from ktsaou/master
Costa Tsaousis [Wed, 8 Jun 2016 12:22:04 +0000 (15:22 +0300)]
Merge pull request #517 from ktsaou/master

properly calculate offered KSM memory

7 years agoproperly calculate offered KSM memory
Costa Tsaousis (ktsaou) [Wed, 8 Jun 2016 12:10:05 +0000 (15:10 +0300)]
properly calculate offered KSM memory

7 years agoMerge pull request #516 from paulfantom/master
Costa Tsaousis [Wed, 8 Jun 2016 12:05:56 +0000 (15:05 +0300)]
Merge pull request #516 from paulfantom/master

remove extensive usage of cat

7 years agoremove extensive usage of cat
paulfantom [Wed, 8 Jun 2016 12:01:50 +0000 (14:01 +0200)]
remove extensive usage of cat

7 years agoMerge pull request #515 from paulfantom/master
Costa Tsaousis [Wed, 8 Jun 2016 11:43:18 +0000 (14:43 +0300)]
Merge pull request #515 from paulfantom/master

add an option to exclude some sensors

7 years agowrong placing of exclude=
paulfantom [Wed, 8 Jun 2016 10:35:26 +0000 (12:35 +0200)]
wrong placing of exclude=

7 years agoMerge branch 'master' of https://github.com/paulfantom/netdata
paulfantom [Wed, 8 Jun 2016 10:29:21 +0000 (12:29 +0200)]
Merge branch 'master' of https://github.com/paulfantom/netdata

7 years agoadd an option to exclude some sensors
paulfantom [Wed, 8 Jun 2016 10:07:28 +0000 (12:07 +0200)]
add an option to exclude some sensors

7 years agoadd an option to exclude some sensors
paulfantom [Wed, 8 Jun 2016 10:07:28 +0000 (12:07 +0200)]
add an option to exclude some sensors

7 years agoMerge pull request #511 from paulfantom/master
Costa Tsaousis [Wed, 8 Jun 2016 05:49:58 +0000 (08:49 +0300)]
Merge pull request #511 from paulfantom/master

monitor disk temperatures

7 years agohddtemp_update() return 1 if there is no data
paulfantom [Tue, 7 Jun 2016 23:19:03 +0000 (01:19 +0200)]
hddtemp_update() return 1 if there is no data

7 years agoreset IFS to previous one
paulfantom [Tue, 7 Jun 2016 22:29:31 +0000 (00:29 +0200)]
reset IFS to previous one

7 years agounset file globbing before getting data with nc
paulfantom [Tue, 7 Jun 2016 21:58:13 +0000 (23:58 +0200)]
unset file globbing before getting data with nc