]> arthur.barton.de Git - netdata.git/log
netdata.git
8 years agofix typo
Samuel [Tue, 26 Apr 2016 12:49:30 +0000 (14:49 +0200)]
fix typo

small typo disturbing me, nothing critical

8 years agoMerge pull request #319 from ktsaou/master
Costa Tsaousis [Mon, 25 Apr 2016 21:28:50 +0000 (00:28 +0300)]
Merge pull request #319 from ktsaou/master

fix for PR #299 that replaced : with a space

8 years agofix for PR #299 that replaced : with a space
Costa Tsaousis (ktsaou) [Mon, 25 Apr 2016 21:22:47 +0000 (00:22 +0300)]
fix for PR #299 that replaced : with a space

8 years agoMerge pull request #308 from ktsaou/master
Costa Tsaousis [Mon, 25 Apr 2016 19:53:03 +0000 (22:53 +0300)]
Merge pull request #308 from ktsaou/master

cgroups / lxc / docker performance monitoring

8 years agocgroups are enabled/disabled using their new names (it was needed because docker...
Costa Tsaousis (ktsaou) [Mon, 25 Apr 2016 19:26:32 +0000 (22:26 +0300)]
cgroups are enabled/disabled using their new names (it was needed because docker names are not persistent) #115

8 years agoMerge pull request #315 from the-maldridge/time-h
Costa Tsaousis [Mon, 25 Apr 2016 17:01:20 +0000 (20:01 +0300)]
Merge pull request #315 from the-maldridge/time-h

Include time.h where used

8 years agoInclude time.h where used
Michael Aldridge [Mon, 25 Apr 2016 02:33:13 +0000 (21:33 -0500)]
Include time.h where used

8 years agocgroups are now on their own thread; cgroup names are controlled by plugins.d/cgroup...
Costa Tsaousis (ktsaou) [Sun, 24 Apr 2016 22:33:54 +0000 (01:33 +0300)]
cgroups are now on their own thread; cgroup names are controlled by plugins.d/cgroup-name.sh which uses /etc/netdata/cgroups-names.conf to pick up unique ID (chart names) for the containers

8 years agoadded dirty and swap to cgroup
Costa Tsaousis (ktsaou) [Sun, 24 Apr 2016 19:30:33 +0000 (22:30 +0300)]
added dirty and swap to cgroup

8 years agofixed typos
Costa Tsaousis (ktsaou) [Sun, 24 Apr 2016 02:02:39 +0000 (05:02 +0300)]
fixed typos

8 years agosource file permissions
Costa Tsaousis (ktsaou) [Sun, 24 Apr 2016 01:08:21 +0000 (04:08 +0300)]
source file permissions

8 years agoadded support for monitoring cgroups
Costa Tsaousis (ktsaou) [Sun, 24 Apr 2016 01:07:51 +0000 (04:07 +0300)]
added support for monitoring cgroups

8 years agoMerge pull request #304 from ktsaou/master
Costa Tsaousis [Sat, 23 Apr 2016 01:14:28 +0000 (04:14 +0300)]
Merge pull request #304 from ktsaou/master

fixed typos

8 years agofixed typos
Costa Tsaousis (ktsaou) [Sat, 23 Apr 2016 01:14:03 +0000 (04:14 +0300)]
fixed typos

8 years agoMerge pull request #303 from ktsaou/master
Costa Tsaousis [Sat, 23 Apr 2016 01:06:29 +0000 (04:06 +0300)]
Merge pull request #303 from ktsaou/master

CORS and dashboard fixes

8 years agoweb/index.html
Costa Tsaousis (ktsaou) [Sat, 23 Apr 2016 00:53:13 +0000 (03:53 +0300)]
web/index.html

added navigation bar menu with the demo sites

8 years agomore strict CORS implementation; saved a few bytes per chart refresh by moving not...
Costa Tsaousis (ktsaou) [Sat, 23 Apr 2016 00:24:26 +0000 (03:24 +0300)]
more strict CORS implementation; saved a few bytes per chart refresh by moving not required CORS headers to OPTIONS requests only

8 years agonew demo dashboard to monitor the demo sites; updated tv.html to support slow browsers
Costa Tsaousis (ktsaou) [Sat, 23 Apr 2016 00:20:59 +0000 (03:20 +0300)]
new demo dashboard to monitor the demo sites; updated tv.html to support slow browsers

8 years agothe parallel refresher now refreshes the charts de-coupled from each other, so that...
Costa Tsaousis (ktsaou) [Sat, 23 Apr 2016 00:20:40 +0000 (03:20 +0300)]
the parallel refresher now refreshes the charts de-coupled from each other, so that a slow chart/server will not slow down the rest of the charts; fixed also CORS so that the OPTIONS requests are properly cached by the browsers

8 years agoMerge pull request #301 from ktsaou/master
Costa Tsaousis [Sat, 23 Apr 2016 00:13:14 +0000 (03:13 +0300)]
Merge pull request #301 from ktsaou/master

fix invalid javascript date generation, introduced with #299

8 years agofix invalid javascript date generation, introduced with #299
Costa Tsaousis (ktsaou) [Sat, 23 Apr 2016 00:07:23 +0000 (03:07 +0300)]
fix invalid javascript date generation, introduced with #299

8 years agoMerge pull request #300 from ktsaou/master
Costa Tsaousis [Fri, 22 Apr 2016 00:37:29 +0000 (03:37 +0300)]
Merge pull request #300 from ktsaou/master

older browsers compatibility fix; online help restored

8 years agoolder browsers compatibility fix; fixed a bug introduced with #290 due to #286 that...
Costa Tsaousis (ktsaou) [Fri, 22 Apr 2016 00:30:08 +0000 (03:30 +0300)]
older browsers compatibility fix; fixed a bug introduced with #290 due to #286 that resulted in online help being always disabled;

8 years agoMerge pull request #298 from chriseskow/patch-1
Costa Tsaousis [Thu, 21 Apr 2016 18:33:14 +0000 (21:33 +0300)]
Merge pull request #298 from chriseskow/patch-1

Add httpd to apache process group

8 years agoMerge pull request #299 from fredericopissarra/master
Costa Tsaousis [Thu, 21 Apr 2016 18:05:41 +0000 (21:05 +0300)]
Merge pull request #299 from fredericopissarra/master

Now buffer_jsdate() and buffer_date() are a little bit faster.

8 years agoAdd httpd to apache process group
Chris Eskow [Thu, 21 Apr 2016 15:30:00 +0000 (11:30 -0400)]
Add httpd to apache process group

The default Apache distribution, as well as Red Hat/CentOS packages, use 'httpd' instead of 'apache' or 'apache2' for the daemon executable filename. This adds httpd to apps_groups.conf to correctly categorize httpd as Apache on such systems.

8 years agoMerge pull request #297 from kn007/master
Costa Tsaousis [Thu, 21 Apr 2016 15:07:16 +0000 (18:07 +0300)]
Merge pull request #297 from kn007/master

fix #296

8 years agoktsaou's recommendations
Karl Chen [Thu, 21 Apr 2016 15:05:11 +0000 (23:05 +0800)]
ktsaou's recommendations

8 years ago# fix PKG_CHECK_MODULES error
Karl Chen [Thu, 21 Apr 2016 14:39:59 +0000 (22:39 +0800)]
# fix PKG_CHECK_MODULES error

8 years agoMerge pull request #293 from svenstaro/patch-1
Costa Tsaousis [Thu, 21 Apr 2016 12:11:18 +0000 (15:11 +0300)]
Merge pull request #293 from svenstaro/patch-1

Fix Arch Linux name

8 years agoFix Arch Linux name
Sven-Hendrik Haase [Thu, 21 Apr 2016 11:51:57 +0000 (13:51 +0200)]
Fix Arch Linux name

I mean come on. :P

8 years agoMerge pull request #291 from ktsaou/master
Costa Tsaousis [Wed, 20 Apr 2016 23:16:12 +0000 (02:16 +0300)]
Merge pull request #291 from ktsaou/master

curl error reports for charts.d charts; added phpfpm and tomcat to installation

8 years agoadded phpfpm tomcat to installation
Costa Tsaousis (ktsaou) [Wed, 20 Apr 2016 23:07:40 +0000 (02:07 +0300)]
added phpfpm tomcat to installation

8 years agoadded option -Ss to curl so that errors are logged
Costa Tsaousis (ktsaou) [Wed, 20 Apr 2016 23:03:59 +0000 (02:03 +0300)]
added option -Ss to curl so that errors are logged

8 years agoMerge pull request #277 from jgeromero/tomcat.chart.sh
Costa Tsaousis [Wed, 20 Apr 2016 22:56:31 +0000 (01:56 +0300)]
Merge pull request #277 from jgeromero/tomcat.chart.sh

tomcat.chart.sh plugin

8 years agoMerge pull request #276 from safeie/master
Costa Tsaousis [Wed, 20 Apr 2016 22:49:26 +0000 (01:49 +0300)]
Merge pull request #276 from safeie/master

Create phpfpm.chart.sh

8 years agoMerge pull request #290 from ktsaou/master
Costa Tsaousis [Wed, 20 Apr 2016 22:33:03 +0000 (01:33 +0300)]
Merge pull request #290 from ktsaou/master

automatically disable online help if bootstrap is missing

8 years agoautomatically disable online help if bootstrap is missing #286
Costa Tsaousis (ktsaou) [Wed, 20 Apr 2016 22:29:29 +0000 (01:29 +0300)]
automatically disable online help if bootstrap is missing #286

8 years agoAs suggested, tweaked tomcat_url for better handling, added array for single xml...
Jorge Romero [Wed, 20 Apr 2016 19:08:55 +0000 (15:08 -0400)]
As suggested, tweaked tomcat_url for better handling, added array for single xml response, switched to xmlstarlet for parsing and added dependency check.

8 years agoPost release 1.1.0
Costa Tsaousis (ktsaou) [Wed, 20 Apr 2016 19:02:53 +0000 (22:02 +0300)]
Post release 1.1.0

8 years agoPrepare release 1.1.0 v1.1.0
Costa Tsaousis (ktsaou) [Wed, 20 Apr 2016 19:02:53 +0000 (22:02 +0300)]
Prepare release 1.1.0

8 years agoupdate phpfpm chart suppport multi urls
safeie [Wed, 20 Apr 2016 10:18:12 +0000 (18:18 +0800)]
update phpfpm chart suppport multi urls

8 years agoupdate default phpfpm url
safeie [Wed, 20 Apr 2016 09:04:46 +0000 (17:04 +0800)]
update default phpfpm url

8 years agoupdate default phpfpm url
safeie [Wed, 20 Apr 2016 09:02:24 +0000 (17:02 +0800)]
update default phpfpm url

8 years agoMerge pull request #281 from ktsaou/master
Costa Tsaousis [Wed, 20 Apr 2016 00:04:35 +0000 (03:04 +0300)]
Merge pull request #281 from ktsaou/master

auto-detection of partitions based on /sys/dev/block/MAJOR:MINOR/partition

8 years agoauto-detection of partitions based on /sys/dev/block/MAJOR:MINOR/partition #259,...
Costa Tsaousis (ktsaou) [Tue, 19 Apr 2016 23:54:54 +0000 (02:54 +0300)]
auto-detection of partitions based on /sys/dev/block/MAJOR:MINOR/partition #259, #258

8 years agoMerge pull request #278 from ktsaou/master
Costa Tsaousis [Tue, 19 Apr 2016 17:21:54 +0000 (20:21 +0300)]
Merge pull request #278 from ktsaou/master

allow fireqos names to have in/out either as prefix or suffix #275

8 years agoallow fireqos names to have in/out either as prefix or suffix #275
Costa Tsaousis (ktsaou) [Tue, 19 Apr 2016 17:19:13 +0000 (20:19 +0300)]
allow fireqos names to have in/out either as prefix or suffix #275

8 years agotomcat charts.d plugin
Jorge Romero [Tue, 19 Apr 2016 16:20:17 +0000 (12:20 -0400)]
tomcat charts.d plugin

8 years agoCreate phpfpm.chart.sh
safeie [Tue, 19 Apr 2016 13:46:40 +0000 (21:46 +0800)]
Create phpfpm.chart.sh

8 years agoMerge pull request #132 from mcnewton/debianpkg
Costa Tsaousis [Tue, 19 Apr 2016 10:00:06 +0000 (13:00 +0300)]
Merge pull request #132 from mcnewton/debianpkg

Add Debian packaging

8 years agoMerge pull request #273 from ktsaou/master
Costa Tsaousis [Tue, 19 Apr 2016 08:21:29 +0000 (11:21 +0300)]
Merge pull request #273 from ktsaou/master

fix for dates in CSV output

8 years agofix permissions
Costa Tsaousis (ktsaou) [Tue, 19 Apr 2016 08:17:20 +0000 (11:17 +0300)]
fix permissions

8 years agomonths in CSV should start from zero #272
Costa Tsaousis (ktsaou) [Tue, 19 Apr 2016 08:16:49 +0000 (11:16 +0300)]
months in CSV should start from zero #272

8 years agoMerge pull request #271 from ktsaou/master
Costa Tsaousis [Mon, 18 Apr 2016 23:35:09 +0000 (02:35 +0300)]
Merge pull request #271 from ktsaou/master

error handling for charts index download #269

8 years agoerror handling for charts index download #269
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 23:19:35 +0000 (02:19 +0300)]
error handling for charts index download #269

8 years agoMerge pull request #270 from ktsaou/master
Costa Tsaousis [Mon, 18 Apr 2016 22:53:13 +0000 (01:53 +0300)]
Merge pull request #270 from ktsaou/master

apps.plugin fix for invalid named; netdataErrorCallback enhancements

8 years agoCDN version increase
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 22:45:33 +0000 (01:45 +0300)]
CDN version increase

8 years agofixed source files permissions
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 22:42:05 +0000 (01:42 +0300)]
fixed source files permissions

8 years agousers and group names are filtered for invalid characters #261
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 22:41:40 +0000 (01:41 +0300)]
users and group names are filtered for invalid characters #261

8 years agoenhanced error reporting in netdataErrorCallback() #268
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 22:40:20 +0000 (01:40 +0300)]
enhanced error reporting in netdataErrorCallback() #268

8 years agoMerge pull request #268 from DatabaseLabs/error-callback
Costa Tsaousis [Mon, 18 Apr 2016 22:23:07 +0000 (01:23 +0300)]
Merge pull request #268 from DatabaseLabs/error-callback

Add optional error callback to dashboard.js

8 years agoAdd error callback to dashboard.js
Paul Legato [Mon, 18 Apr 2016 20:44:37 +0000 (13:44 -0700)]
Add error callback to dashboard.js

8 years agoNow buffer_jsdate() and buffer_date() are a little bit faster.
Frederico Lamberti Pissarra [Mon, 18 Apr 2016 12:51:11 +0000 (09:51 -0300)]
Now buffer_jsdate() and buffer_date() are a little bit faster.

8 years agoMerge pull request #262 from ktsaou/master
Costa Tsaousis [Mon, 18 Apr 2016 09:53:05 +0000 (12:53 +0300)]
Merge pull request #262 from ktsaou/master

additional checks for detecting demo and when downloading charts

8 years agoadditional checks for detecting demo and when downloading charts #261
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 09:49:17 +0000 (12:49 +0300)]
additional checks for detecting demo and when downloading charts #261

8 years agoMerge pull request #260 from ktsaou/master
Costa Tsaousis [Mon, 18 Apr 2016 08:13:59 +0000 (11:13 +0300)]
Merge pull request #260 from ktsaou/master

autodetect all demo sites

8 years agoautodetect all demo sites
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 08:11:12 +0000 (11:11 +0300)]
autodetect all demo sites

8 years agoMerge pull request #259 from ktsaou/master
Costa Tsaousis [Mon, 18 Apr 2016 07:47:27 +0000 (10:47 +0300)]
Merge pull request #259 from ktsaou/master

disks with major 253 do not have partitions #258

8 years agodisks with major 253 do not have partitions #258
Costa Tsaousis (ktsaou) [Mon, 18 Apr 2016 07:46:13 +0000 (10:46 +0300)]
disks with major 253 do not have partitions #258

8 years agoMerge pull request #257 from ktsaou/master
Costa Tsaousis [Sun, 17 Apr 2016 18:18:34 +0000 (21:18 +0300)]
Merge pull request #257 from ktsaou/master

renamed the log flood protection configuration options to be self-explanatory

8 years agorenamed the flood protection configuration options to be self-explanatory
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 18:09:19 +0000 (21:09 +0300)]
renamed the flood protection configuration options to be self-explanatory

8 years agoMerge pull request #254 from ktsaou/master
Costa Tsaousis [Sun, 17 Apr 2016 16:31:58 +0000 (19:31 +0300)]
Merge pull request #254 from ktsaou/master

allow non-root installations, protection from log floods

8 years agofixed source file permissions
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 14:43:19 +0000 (17:43 +0300)]
fixed source file permissions

8 years agofixed typo
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 14:43:04 +0000 (17:43 +0300)]
fixed typo

8 years agofixed source file permissions
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 14:35:24 +0000 (17:35 +0300)]
fixed source file permissions

8 years agoadded log flood protection #240 to the netdata daemon and apps.plugin
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 14:34:51 +0000 (17:34 +0300)]
added log flood protection #240 to the netdata daemon and apps.plugin

8 years agoallow finding command tc when run as non-root
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 14:33:23 +0000 (17:33 +0300)]
allow finding command tc when run as non-root

8 years agoallowed to install netdata as any user (without root) #149; now the installer preserv...
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 14:32:40 +0000 (17:32 +0300)]
allowed to install netdata as any user (without root) #149; now the installer preserves user configuration in apps_groups.conf and charts.d.conf #209; web files owner and group is preserved

8 years agoMerge pull request #252 from ktsaou/master
Costa Tsaousis [Sun, 17 Apr 2016 02:33:10 +0000 (05:33 +0300)]
Merge pull request #252 from ktsaou/master

charts toolbox can be sped up using SHIFT, ALT, CONTROL keys #246

8 years agofixed dashboard toolbox zoom in/out to complement each other
Costa Tsaousis (ktsaou) [Sun, 17 Apr 2016 02:28:18 +0000 (05:28 +0300)]
fixed dashboard toolbox zoom in/out to complement each other

8 years agocode cleanup; fixed typos;
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 22:25:39 +0000 (01:25 +0300)]
code cleanup; fixed typos;

8 years agoremapped the speeds for ALT, SHIFT, CONTROL
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 18:06:36 +0000 (21:06 +0300)]
remapped the speeds for ALT, SHIFT, CONTROL

8 years agocharts toolbox can be sped up using SHIFT, ALT, CONTROL keys #246
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 17:05:51 +0000 (20:05 +0300)]
charts toolbox can be sped up using SHIFT, ALT, CONTROL keys #246

8 years agoMerge pull request #251 from ktsaou/master
Costa Tsaousis [Sat, 16 Apr 2016 16:08:13 +0000 (19:08 +0300)]
Merge pull request #251 from ktsaou/master

apps.plugin pattern matching on processes for grouping them

8 years agofixed source file permissions
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 15:47:47 +0000 (18:47 +0300)]
fixed source file permissions

8 years agoadded support for patterns (prefix, suffix, substrings) in apps_groups.conf; in the...
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 15:47:06 +0000 (18:47 +0300)]
added support for patterns (prefix, suffix, substrings) in apps_groups.conf; in the case of substrings the whole command line is evaluated; #146 #142

8 years agoMerge remote-tracking branch 'upstream/master'
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 03:07:25 +0000 (06:07 +0300)]
Merge remote-tracking branch 'upstream/master'

8 years agofixed source file permissions
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 03:04:07 +0000 (06:04 +0300)]
fixed source file permissions

8 years agoextending procfile parsing to support quotes and opening/closing characters #234...
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 03:02:45 +0000 (06:02 +0300)]
extending procfile parsing to support quotes and opening/closing characters #234; proper fix for apps.plugin incorrectly logging to syslog #225

8 years agoMerge remote-tracking branch 'upstream/master'
Costa Tsaousis (ktsaou) [Sat, 16 Apr 2016 02:48:48 +0000 (05:48 +0300)]
Merge remote-tracking branch 'upstream/master'

8 years agoMerge pull request #243 from glensc/commithash
Costa Tsaousis [Sat, 16 Apr 2016 02:43:29 +0000 (05:43 +0300)]
Merge pull request #243 from glensc/commithash

simplify obtaining commit hash

8 years agoMerge pull request #245 from glensc/travis-install
Costa Tsaousis [Fri, 15 Apr 2016 22:13:24 +0000 (01:13 +0300)]
Merge pull request #245 from glensc/travis-install

travis: test also installer

8 years agotest also installer
Elan Ruusamäe [Fri, 15 Apr 2016 20:40:19 +0000 (23:40 +0300)]
test also installer

8 years agosimplify obtaining commit hash. refs 51aa8e3
Elan Ruusamäe [Fri, 15 Apr 2016 17:35:41 +0000 (20:35 +0300)]
simplify obtaining commit hash. refs 51aa8e3

8 years agoapps.plugin should not log to syslog #225
Costa Tsaousis [Fri, 15 Apr 2016 16:32:40 +0000 (19:32 +0300)]
apps.plugin should not log to syslog #225

8 years agoadded files for CLion
Costa Tsaousis (ktsaou) [Fri, 15 Apr 2016 16:18:06 +0000 (19:18 +0300)]
added files for CLion

8 years agoMerge pull request #236 from earthgecko/redhat_init_script_fix_exitcode
Costa Tsaousis [Fri, 15 Apr 2016 13:08:46 +0000 (16:08 +0300)]
Merge pull request #236 from earthgecko/redhat_init_script_fix_exitcode

redhat_init_script_fix_exitcode branch

8 years agoredhat_init_script_fix_exitcode branch
earthgecko [Fri, 15 Apr 2016 12:04:15 +0000 (13:04 +0100)]
redhat_init_script_fix_exitcode branch
Fixed init script for Redhat6/Centos6 to return the correct exit code from
daemon
modified:
system/netdata-init-d.in

8 years agofix for waiting on installation #232 #194 #230
Costa Tsaousis (ktsaou) [Fri, 15 Apr 2016 11:04:43 +0000 (14:04 +0300)]
fix for waiting on installation #232 #194 #230