]> arthur.barton.de Git - netdata.git/log
netdata.git
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

7 years agofinally only one fork in hddtemp_update
paulfantom [Tue, 7 Jun 2016 20:39:00 +0000 (22:39 +0200)]
finally only one fork in hddtemp_update

7 years agoremove unnecessary forks; add checking if disk is sleeping; remove disk name from...
paulfantom [Tue, 7 Jun 2016 19:50:38 +0000 (21:50 +0200)]
remove unnecessary forks; add checking if disk is sleeping; remove disk name from legend

7 years agoadd script to monitor disk temperatures via hddtemp daemon
paulfantom [Tue, 7 Jun 2016 18:44:06 +0000 (20:44 +0200)]
add script to monitor disk temperatures via hddtemp daemon

7 years agoMerge pull request #509 from paulfantom/patch-1
Costa Tsaousis [Tue, 7 Jun 2016 14:49:44 +0000 (17:49 +0300)]
Merge pull request #509 from paulfantom/patch-1

Add couple more applications to default apps groups

7 years agoAdd couple more applications to default apps groups
Paweł [Tue, 7 Jun 2016 13:54:47 +0000 (15:54 +0200)]
Add couple more applications to default apps groups

Add two popular media applications. Change 'deluge' group to 'torrent' due to addition of transmission. Also add 'php' and 'redis' groups.

7 years agoMerge pull request #507 from fiveoclock/patch-2
Costa Tsaousis [Tue, 7 Jun 2016 08:00:09 +0000 (11:00 +0300)]
Merge pull request #507 from fiveoclock/patch-2

Update contrib/debian/control to include uuid-dev

7 years agoUpdate contrib/debian/control
Alexander Ganster [Tue, 7 Jun 2016 07:55:56 +0000 (09:55 +0200)]
Update contrib/debian/control

Add build dependency uuid-dev, which is needed since Netdata 1.2

7 years agoMerge pull request #504 from ktsaou/master
Costa Tsaousis [Mon, 6 Jun 2016 20:26:50 +0000 (23:26 +0300)]
Merge pull request #504 from ktsaou/master

bug fixes

7 years agofixed a memory leak in badges; allow dimensions with space to be found; allow dimensi...
Costa Tsaousis (ktsaou) [Mon, 6 Jun 2016 20:23:10 +0000 (23:23 +0300)]
fixed a memory leak in badges; allow dimensions with space to be found; allow dimensions to be found by id too

7 years agoMerge pull request #500 from isonet/bugfix-pidfile
Costa Tsaousis [Mon, 6 Jun 2016 17:46:47 +0000 (20:46 +0300)]
Merge pull request #500 from isonet/bugfix-pidfile

Replaces deprecated pidfile argument with -P

7 years agoMerge pull request #499 from isonet/master
Costa Tsaousis [Mon, 6 Jun 2016 17:46:13 +0000 (20:46 +0300)]
Merge pull request #499 from isonet/master

Fixes typo in deprecated options warning

7 years agoReplaces deprecated pidfile argument with -P
Paul Biester [Mon, 6 Jun 2016 12:11:07 +0000 (14:11 +0200)]
Replaces deprecated pidfile argument with -P

7 years agoFixes typo in deprecated options warning
Paul Biester [Mon, 6 Jun 2016 11:57:39 +0000 (13:57 +0200)]
Fixes typo in deprecated options warning

7 years agoMerge pull request #498 from ktsaou/master
Costa Tsaousis [Sun, 5 Jun 2016 20:45:47 +0000 (23:45 +0300)]
Merge pull request #498 from ktsaou/master

badges: added decimal "precision" parameter

7 years agofixed alignment of badges on README.md
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 20:39:57 +0000 (23:39 +0300)]
fixed alignment of badges on README.md

7 years agoupdated badges on README.md
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 20:39:07 +0000 (23:39 +0300)]
updated badges on README.md

7 years agoallow decimal precision in badges to be given at the url
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 20:26:27 +0000 (23:26 +0300)]
allow decimal precision in badges to be given at the url

7 years agoMerge pull request #496 from ktsaou/master
Costa Tsaousis [Sun, 5 Jun 2016 17:47:08 +0000 (20:47 +0300)]
Merge pull request #496 from ktsaou/master

badge http header refresh for auto-refreshing SVG images

7 years agoadded badge option "refresh=auto" or "refresh=SECONDS" to generate HTTP header reques...
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 17:43:52 +0000 (20:43 +0300)]
added badge option "refresh=auto" or "refresh=SECONDS" to generate HTTP header requesting from the web client auto-refresh

7 years agoMerge pull request #494 from ktsaou/master
Costa Tsaousis [Sun, 5 Jun 2016 16:44:31 +0000 (19:44 +0300)]
Merge pull request #494 from ktsaou/master

incremental-sum flipped

7 years agoincremental-sum flipped (netdata does its calculations from now to the past)
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 16:43:54 +0000 (19:43 +0300)]
incremental-sum flipped (netdata does its calculations from now to the past)

7 years agoMerge pull request #493 from ktsaou/master
Costa Tsaousis [Sun, 5 Jun 2016 16:41:00 +0000 (19:41 +0300)]
Merge pull request #493 from ktsaou/master

fixed typo that disabled "incremental-sum"

7 years agofixed typo in last commit that disabled "incremental-sum"
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 16:40:15 +0000 (19:40 +0300)]
fixed typo in last commit that disabled "incremental-sum"

7 years agoMerge pull request #491 from ktsaou/master
Costa Tsaousis [Sun, 5 Jun 2016 16:33:05 +0000 (19:33 +0300)]
Merge pull request #491 from ktsaou/master

API: new data grouping methods: sum and incremental-sum

7 years agoadded "sum" and "incremental-sum" grouping methods; the default grouping was faulty...
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 16:25:23 +0000 (19:25 +0300)]
added "sum" and "incremental-sum" grouping methods; the default grouping was faulty set to "max" - it is now "average" according to documentation

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

API parameter "after" is now relative to "before" and defaults to -updated_every

7 years agoupdated statistics badges
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 13:12:23 +0000 (16:12 +0300)]
updated statistics badges

7 years agoAPI parameter "after" is now relative to "before" and defaults to -update_every ...
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 13:09:34 +0000 (16:09 +0300)]
API parameter "after" is now relative to "before" and defaults to -update_every (minus update every)

7 years agoMerge pull request #489 from ktsaou/master
Costa Tsaousis [Sun, 5 Jun 2016 08:21:57 +0000 (11:21 +0300)]
Merge pull request #489 from ktsaou/master

added API option "unaligned"