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

7 years agoadded API option "unaligned" to allow getting unaligned data for any timeframe, fixes...
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 08:14:31 +0000 (11:14 +0300)]
added API option "unaligned" to allow getting unaligned data for any timeframe, fixes #253

7 years agoMerge pull request #488 from ktsaou/master
Costa Tsaousis [Sun, 5 Jun 2016 07:15:47 +0000 (10:15 +0300)]
Merge pull request #488 from ktsaou/master

proper defaults for badges

7 years agoproper defaults for badges
Costa Tsaousis (ktsaou) [Sun, 5 Jun 2016 07:12:20 +0000 (10:12 +0300)]
proper defaults for badges

7 years agoMerge pull request #487 from ktsaou/master
Costa Tsaousis [Sat, 4 Jun 2016 21:35:59 +0000 (00:35 +0300)]
Merge pull request #487 from ktsaou/master

fixed typo

7 years agofixed typo
Costa Tsaousis (ktsaou) [Sat, 4 Jun 2016 21:16:10 +0000 (00:16 +0300)]
fixed typo

7 years agoMerge pull request #486 from ktsaou/master
Costa Tsaousis [Sat, 4 Jun 2016 20:25:42 +0000 (23:25 +0300)]
Merge pull request #486 from ktsaou/master

minor fixed to badges

7 years agominor fixed to badges
Costa Tsaousis (ktsaou) [Sat, 4 Jun 2016 20:17:42 +0000 (23:17 +0300)]
minor fixed to badges

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

README.md badges

7 years agoupdated README.md to use HTML for registry badges
Costa Tsaousis (ktsaou) [Sat, 4 Jun 2016 19:25:27 +0000 (22:25 +0300)]
updated README.md to use HTML for registry badges

7 years agoupdated README.md with netdata badges without query string
Costa Tsaousis (ktsaou) [Sat, 4 Jun 2016 17:33:25 +0000 (20:33 +0300)]
updated README.md with netdata badges without query string

7 years agoupdated README.md with netdata badges
Costa Tsaousis (ktsaou) [Sat, 4 Jun 2016 17:29:44 +0000 (20:29 +0300)]
updated README.md with netdata badges

7 years agoMerge pull request #484 from ktsaou/master
Costa Tsaousis [Sat, 4 Jun 2016 17:13:08 +0000 (20:13 +0300)]
Merge pull request #484 from ktsaou/master

small fixes for last merges

7 years agoupdated swagger json file
Costa Tsaousis (ktsaou) [Sat, 4 Jun 2016 17:09:03 +0000 (20:09 +0300)]
updated swagger json file

7 years agoincreased version in html for CDN refresh; updated API reference for badge.svg; insta...
Costa Tsaousis (ktsaou) [Sat, 4 Jun 2016 17:07:33 +0000 (20:07 +0300)]
increased version in html for CDN refresh; updated API reference for badge.svg; installer attempts to use service with restart argument; enable exim plugin for installation