]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agoMerge pull request #643 from paulfantom/master
Costa Tsaousis [Wed, 6 Jul 2016 19:02:17 +0000 (22:02 +0300)]
Merge pull request #643 from paulfantom/master

python.d squid + hddtemp + tomcat + minor fixes

7 years agoworking version of tomcat.chart.py
paulfantom [Wed, 6 Jul 2016 18:53:45 +0000 (20:53 +0200)]
working version of tomcat.chart.py

7 years agofix too many ':"'
paulfantom [Wed, 6 Jul 2016 17:30:13 +0000 (19:30 +0200)]
fix too many ':"'

7 years agoremove trailing '_' from chart name when configuration doesn't specify job name
paulfantom [Wed, 6 Jul 2016 17:25:42 +0000 (19:25 +0200)]
remove trailing '_' from chart name when configuration doesn't specify job name

7 years agofix `NetSocketService` (parsing `request` from configuration file)
paulfantom [Wed, 6 Jul 2016 16:42:02 +0000 (18:42 +0200)]
fix `NetSocketService` (parsing `request` from configuration file)

7 years agotabs in makefile
paulfantom [Wed, 6 Jul 2016 16:22:57 +0000 (18:22 +0200)]
tabs in makefile

7 years agotypo
paulfantom [Wed, 6 Jul 2016 16:16:41 +0000 (18:16 +0200)]
typo

7 years agoadd `retries`
paulfantom [Wed, 6 Jul 2016 16:15:14 +0000 (18:15 +0200)]
add `retries`

7 years agoconfiguration files
paulfantom [Wed, 6 Jul 2016 16:07:19 +0000 (18:07 +0200)]
configuration files

7 years agoMerge pull request #661 from Flums/patch-5
Costa Tsaousis [Wed, 6 Jul 2016 14:23:59 +0000 (17:23 +0300)]
Merge pull request #661 from Flums/patch-5

Adding some more applications.

7 years agoAdding some more applications.
Philip Gabrielsen [Wed, 6 Jul 2016 13:53:17 +0000 (15:53 +0200)]
Adding some more applications.

7 years agoMerge pull request #660 from Flums/patch-4
Costa Tsaousis [Wed, 6 Jul 2016 13:30:03 +0000 (16:30 +0300)]
Merge pull request #660 from Flums/patch-4

Adding irssi client into new group, chat.

7 years agoAdding irssi client into new group, chat.
Philip Gabrielsen [Wed, 6 Jul 2016 13:17:53 +0000 (15:17 +0200)]
Adding irssi client into new group, chat.

7 years agoinclude squid config in makefile
paulfantom [Wed, 6 Jul 2016 08:08:47 +0000 (10:08 +0200)]
include squid config in makefile

7 years agotypo
paulfantom [Wed, 6 Jul 2016 08:08:00 +0000 (10:08 +0200)]
typo

7 years agomove squid autodetection only to configuration file
paulfantom [Wed, 6 Jul 2016 08:06:58 +0000 (10:06 +0200)]
move squid autodetection only to configuration file

7 years agosort config file
paulfantom [Wed, 6 Jul 2016 07:58:05 +0000 (09:58 +0200)]
sort config file

7 years agofix python2 and python3 incompatibility
paulfantom [Wed, 6 Jul 2016 07:39:38 +0000 (09:39 +0200)]
fix python2 and python3 incompatibility

7 years agonew default `mysql.conf`
paulfantom [Wed, 6 Jul 2016 07:39:12 +0000 (09:39 +0200)]
new default `mysql.conf`

7 years agoautodetection now works with `name` instead of `override_name`.
paulfantom [Wed, 6 Jul 2016 07:38:52 +0000 (09:38 +0200)]
autodetection now works with `name` instead of `override_name`.

7 years agoMerge pull request #657 from ktsaou/master
Costa Tsaousis [Tue, 5 Jul 2016 23:17:11 +0000 (02:17 +0300)]
Merge pull request #657 from ktsaou/master

timer updates (usleep() - the default, new timer: nanosleep())

7 years agohandle usleep() on systems that do not accept more than 999999 usec; implement altern...
Costa Tsaousis (ktsaou) [Tue, 5 Jul 2016 23:09:56 +0000 (02:09 +0300)]
handle usleep() on systems that do not accept more than 999999 usec; implement alternative using nanosleep()

7 years agoMerge pull request #650 from ktsaou/master
Costa Tsaousis [Tue, 5 Jul 2016 20:44:48 +0000 (23:44 +0300)]
Merge pull request #650 from ktsaou/master

create missing directories; fix bug in percentage calculations

7 years agofix percentage calculation when data collection happens multiple times within the...
Costa Tsaousis (ktsaou) [Tue, 5 Jul 2016 20:26:52 +0000 (23:26 +0300)]
fix percentage calculation when data collection happens multiple times within the same interval

7 years agoMerge pull request #649 from candrews/patch-3
Costa Tsaousis [Tue, 5 Jul 2016 07:05:01 +0000 (10:05 +0300)]
Merge pull request #649 from candrews/patch-3

runscript is deprecated, use openrc-run instead

7 years agocreate directories /var/cache/netdata and /var/lib/netdata if they are missing
Costa Tsaousis (ktsaou) [Tue, 5 Jul 2016 06:59:36 +0000 (09:59 +0300)]
create directories /var/cache/netdata and /var/lib/netdata if they are missing

7 years agorunscript is deprecated, use openrc-run instead
Craig Andrews [Tue, 5 Jul 2016 00:10:20 +0000 (20:10 -0400)]
runscript is deprecated, use openrc-run instead

Discovered due to a Gentoo QA notice:
```text
 * QA Notice: #!/sbin/runscript is deprecated, use #!/sbin/openrc-run instead:
 *    //etc/init.d/netdata
```

7 years agoprototype of `ExecutableService`
paulfantom [Mon, 4 Jul 2016 23:48:20 +0000 (01:48 +0200)]
prototype of `ExecutableService`

7 years agoHTTP basic auth
paulfantom [Mon, 4 Jul 2016 22:48:12 +0000 (00:48 +0200)]
HTTP basic auth

7 years agoMerge pull request #647 from ktsaou/master
Costa Tsaousis [Mon, 4 Jul 2016 22:18:39 +0000 (01:18 +0300)]
Merge pull request #647 from ktsaou/master

removed gentoo ebuild from Makefile.am

7 years agoremoved gentoo ebuild
Costa Tsaousis (ktsaou) [Mon, 4 Jul 2016 22:16:18 +0000 (01:16 +0300)]
removed gentoo ebuild

7 years agoMerge pull request #645 from candrews/patch-2
Costa Tsaousis [Mon, 4 Jul 2016 21:58:32 +0000 (00:58 +0300)]
Merge pull request #645 from candrews/patch-2

Delete ebuild because it is now in Gentoo

7 years agoupdate python modules readme
paulfantom [Mon, 4 Jul 2016 21:49:06 +0000 (23:49 +0200)]
update python modules readme

7 years agocode documentation
paulfantom [Mon, 4 Jul 2016 20:56:14 +0000 (22:56 +0200)]
code documentation

7 years agoMerge pull request #646 from ktsaou/master
Costa Tsaousis [Mon, 4 Jul 2016 19:58:47 +0000 (22:58 +0300)]
Merge pull request #646 from ktsaou/master

minor fixes and cleanup

7 years agoremoved proprietary charts.d modules from Makefile
Costa Tsaousis (ktsaou) [Mon, 4 Jul 2016 19:54:15 +0000 (22:54 +0300)]
removed proprietary charts.d modules from Makefile

7 years agoMerge branch 'master' of github.com:ktsaou/netdata
Costa Tsaousis (ktsaou) [Mon, 4 Jul 2016 19:42:19 +0000 (22:42 +0300)]
Merge branch 'master' of github.com:ktsaou/netdata

7 years agocleanup propriatery charts.d charts; proc_stat optimization; minor fixes for not...
Costa Tsaousis (ktsaou) [Mon, 4 Jul 2016 19:41:49 +0000 (22:41 +0300)]
cleanup propriatery charts.d charts; proc_stat optimization; minor fixes for not updated dimensions in rrd.c

7 years agoDelete ebuild because it is now in Gentoo
Craig Andrews [Mon, 4 Jul 2016 17:37:05 +0000 (13:37 -0400)]
Delete ebuild because it is now in Gentoo

Gentoo now has net-analyzer/netdata, so there is no need to have an ebuild in this repository, as it will only cause confusion.

7 years agoremove some old comments
paulfantom [Mon, 4 Jul 2016 13:54:17 +0000 (15:54 +0200)]
remove some old comments

7 years agoNew `NetSocketService` class + squid.chart.py + fix infinite retries loop
paulfantom [Mon, 4 Jul 2016 13:28:32 +0000 (15:28 +0200)]
New `NetSocketService` class + squid.chart.py + fix infinite retries loop

7 years agoMerge pull request #641 from ktsaou/master
Costa Tsaousis [Sun, 3 Jul 2016 18:16:30 +0000 (21:16 +0300)]
Merge pull request #641 from ktsaou/master

updated demosites.html to show all 8 netdata demo sites

7 years agoupdated demo sites
Costa Tsaousis [Sun, 3 Jul 2016 18:09:50 +0000 (21:09 +0300)]
updated demo sites

7 years agomessage about system wide installation should only appear when local installation...
Costa Tsaousis [Sun, 3 Jul 2016 14:21:38 +0000 (17:21 +0300)]
message about system wide installation should only appear when local installation is requested

7 years agoworking version of `hddtemp.chart.py`
paulfantom [Sun, 3 Jul 2016 13:15:42 +0000 (15:15 +0200)]
working version of `hddtemp.chart.py`

7 years agoimplement `_get_raw_data`
paulfantom [Sun, 3 Jul 2016 12:43:54 +0000 (14:43 +0200)]
implement `_get_raw_data`

7 years agochange name from `_format_data` to `_get_data`.
paulfantom [Sun, 3 Jul 2016 12:40:22 +0000 (14:40 +0200)]
change name from `_format_data` to `_get_data`.

7 years agoMerge pull request #640 from tferreira/master
Costa Tsaousis [Sun, 3 Jul 2016 10:07:29 +0000 (13:07 +0300)]
Merge pull request #640 from tferreira/master

Adding various applications to apps_groups.conf

7 years agoAdding various applications to apps_groups.conf
Thomas Ferreira [Sat, 2 Jul 2016 23:48:15 +0000 (01:48 +0200)]
Adding various applications to apps_groups.conf

7 years agoMerge pull request #639 from paulfantom/master
Costa Tsaousis [Sat, 2 Jul 2016 22:31:56 +0000 (01:31 +0300)]
Merge pull request #639 from paulfantom/master

Simplify mysql.chart.py

7 years agobetter error messages
paulfantom [Sat, 2 Jul 2016 21:01:07 +0000 (23:01 +0200)]
better error messages

7 years agoFix issues from testing mysql.chart.py + change method name
paulfantom [Sat, 2 Jul 2016 18:05:34 +0000 (20:05 +0200)]
Fix issues from testing mysql.chart.py + change method name

7 years agouse SimpleService in mysql service
paulfantom [Sat, 2 Jul 2016 17:25:12 +0000 (19:25 +0200)]
use SimpleService in mysql service

7 years agopermit frequent log parsing
paulfantom [Sat, 2 Jul 2016 17:00:13 +0000 (19:00 +0200)]
permit frequent log parsing

7 years agoadd other counter
paulfantom [Sat, 2 Jul 2016 16:58:09 +0000 (18:58 +0200)]
add other counter

7 years agoprevent frequent opening of log files
paulfantom [Sat, 2 Jul 2016 16:56:21 +0000 (18:56 +0200)]
prevent frequent opening of log files

7 years agoMerge pull request #638 from ktsaou/master
Costa Tsaousis [Sat, 2 Jul 2016 16:46:39 +0000 (19:46 +0300)]
Merge pull request #638 from ktsaou/master

python-modules-installer.sh got more informative

7 years agoMerge remote-tracking branch 'upstream/master'
Costa Tsaousis [Sat, 2 Jul 2016 16:36:21 +0000 (19:36 +0300)]
Merge remote-tracking branch 'upstream/master'

7 years agoMerge pull request #632 from paulfantom/master
Costa Tsaousis [Sat, 2 Jul 2016 16:35:36 +0000 (19:35 +0300)]
Merge pull request #632 from paulfantom/master

Wrappers around charts creation + LogService

7 years agomore informative error messages in python-modules-installer.sh
Costa Tsaousis (ktsaou) [Sat, 2 Jul 2016 14:24:08 +0000 (17:24 +0300)]
more informative error messages in python-modules-installer.sh

7 years agoMerge pull request #635 from ktsaou/master
Costa Tsaousis [Sat, 2 Jul 2016 00:01:39 +0000 (03:01 +0300)]
Merge pull request #635 from ktsaou/master

apps.plugin, work-around kernel limitation not accumulating not-waited-for childs into parents

7 years agoapps.plugin, properly handle the kernel issues that does not include grandchildren...
Costa Tsaousis [Fri, 1 Jul 2016 23:46:49 +0000 (02:46 +0300)]
apps.plugin, properly handle the kernel issues that does not include grandchildren and not-waited-for children into the parent resources

7 years agoMerge pull request #634 from ktsaou/master
Costa Tsaousis [Fri, 1 Jul 2016 21:37:15 +0000 (00:37 +0300)]
Merge pull request #634 from ktsaou/master

minor optimizations

7 years agoprevent forks in tc-qos-helper.sh
Costa Tsaousis [Fri, 1 Jul 2016 21:24:20 +0000 (00:24 +0300)]
prevent forks in tc-qos-helper.sh

7 years agotc-qos-helper.sh follows the same rules with charts.d.plugin and it now supports...
Costa Tsaousis [Fri, 1 Jul 2016 21:07:05 +0000 (00:07 +0300)]
tc-qos-helper.sh follows the same rules with charts.d.plugin and it now supports custom configuration in /etc/netdata/tc-qos-helper.conf

7 years agouse the last accumulated values when aggregating exited children to parents
Costa Tsaousis [Fri, 1 Jul 2016 21:06:11 +0000 (00:06 +0300)]
use the last accumulated values when aggregating exited children to parents

7 years agodisable by default init.scope cgroup found in fedora 24
Costa Tsaousis [Fri, 1 Jul 2016 19:49:54 +0000 (22:49 +0300)]
disable by default init.scope cgroup found in fedora 24

7 years agofixed wrong printf signness
Costa Tsaousis [Fri, 1 Jul 2016 19:27:21 +0000 (22:27 +0300)]
fixed wrong printf signness

7 years agoMerge pull request #633 from tkuehne-deliveryhero/master
Costa Tsaousis [Fri, 1 Jul 2016 18:11:21 +0000 (21:11 +0300)]
Merge pull request #633 from tkuehne-deliveryhero/master

Fixing uninstall script

7 years agohit and miss values
paulfantom [Fri, 1 Jul 2016 16:06:57 +0000 (18:06 +0200)]
hit and miss values

7 years agoMUCH faster version of log reader
paulfantom [Fri, 1 Jul 2016 16:03:39 +0000 (18:03 +0200)]
MUCH faster version of log reader

7 years agofixing issues after testing apache_cache.chart.py
paulfantom [Fri, 1 Jul 2016 15:33:55 +0000 (17:33 +0200)]
fixing issues after testing apache_cache.chart.py

7 years agoFixing uninstall script
Tobias Kühne [Fri, 1 Jul 2016 12:51:16 +0000 (14:51 +0200)]
Fixing uninstall script

Using correct variable for killing netdata processes.

7 years agofix issue with rotating log
paulfantom [Fri, 1 Jul 2016 12:06:51 +0000 (14:06 +0200)]
fix issue with rotating log

7 years agoerror messages
paulfantom [Fri, 1 Jul 2016 11:40:58 +0000 (13:40 +0200)]
error messages

7 years agofix default apache url
paulfantom [Fri, 1 Jul 2016 11:36:13 +0000 (13:36 +0200)]
fix default apache url

7 years agoapache_cache python module
paulfantom [Fri, 1 Jul 2016 11:35:22 +0000 (13:35 +0200)]
apache_cache python module

7 years agoLogService prototype
paulfantom [Fri, 1 Jul 2016 10:59:34 +0000 (12:59 +0200)]
LogService prototype

7 years agoMerge pull request #630 from ktsaou/master
Costa Tsaousis [Thu, 30 Jun 2016 19:21:51 +0000 (22:21 +0300)]
Merge pull request #630 from ktsaou/master

apps.plugin optimization and new grouping of applications

7 years agofixed typo
Costa Tsaousis (ktsaou) [Thu, 30 Jun 2016 19:08:56 +0000 (22:08 +0300)]
fixed typo

7 years agoapps.plugin optimization and new grouping of applications
Costa Tsaousis (ktsaou) [Thu, 30 Jun 2016 18:49:13 +0000 (21:49 +0300)]
apps.plugin optimization and new grouping of applications

7 years agoAdd `check()` method in SimpleService
paulfantom [Thu, 30 Jun 2016 16:34:05 +0000 (18:34 +0200)]
Add `check()` method in SimpleService

7 years agomove all `url` variables from SimpleService to UrlService
paulfantom [Thu, 30 Jun 2016 16:31:37 +0000 (18:31 +0200)]
move all `url` variables from SimpleService to UrlService

7 years agoMerge pull request #615 from Aeyoun/master
Costa Tsaousis [Thu, 30 Jun 2016 09:40:25 +0000 (12:40 +0300)]
Merge pull request #615 from Aeyoun/master

Include HTML application name

7 years agoMerge pull request #626 from ktsaou/master
Costa Tsaousis [Thu, 30 Jun 2016 09:40:16 +0000 (12:40 +0300)]
Merge pull request #626 from ktsaou/master

apps.plugin now accounts exited children resources too

7 years agoadded command line option to apps.plugin to enable or disable exited childs resource...
Costa Tsaousis [Wed, 29 Jun 2016 23:02:37 +0000 (02:02 +0300)]
added command line option to apps.plugin to enable or disable exited childs resource usage; prevented apps.plugin from generating negative values when childs are enabled

7 years agoapps.plugin now properly tracks child resource usage into the application groups...
Costa Tsaousis [Wed, 29 Jun 2016 20:47:24 +0000 (23:47 +0300)]
apps.plugin now properly tracks child resource usage into the application groups, users and user groups

7 years agofix integer expression expected error when a chart.d module fails
Costa Tsaousis (ktsaou) [Mon, 27 Jun 2016 12:03:55 +0000 (15:03 +0300)]
fix integer expression expected error when a chart.d module fails

7 years agoInclude HTML application name (webapps)
Daniel Aleksandersen [Mon, 27 Jun 2016 09:59:29 +0000 (11:59 +0200)]
Include HTML application name (webapps)

7 years agoapps.plugin now reports exited children resources too
Costa Tsaousis (ktsaou) [Mon, 27 Jun 2016 07:34:43 +0000 (10:34 +0300)]
apps.plugin now reports exited children resources too

7 years agocreate SimpleService
paulfantom [Fri, 24 Jun 2016 09:28:33 +0000 (11:28 +0200)]
create SimpleService

7 years agorewrite `apache`, `nginx` and `phpfpm` plugins to use wrappers on chart creation
paulfantom [Fri, 24 Jun 2016 09:22:44 +0000 (11:22 +0200)]
rewrite `apache`, `nginx` and `phpfpm` plugins to use wrappers on chart creation

7 years agoMerge pull request #606 from paulfantom/threading
Costa Tsaousis [Thu, 23 Jun 2016 17:54:17 +0000 (20:54 +0300)]
Merge pull request #606 from paulfantom/threading

Python Threading

7 years agodo not escape everything
paulfantom [Thu, 23 Jun 2016 16:08:55 +0000 (18:08 +0200)]
do not escape everything

7 years agoescape characters in `_line()`
paulfantom [Thu, 23 Jun 2016 15:00:05 +0000 (17:00 +0200)]
escape characters in `_line()`

7 years agocomments
paulfantom [Thu, 23 Jun 2016 13:30:07 +0000 (15:30 +0200)]
comments

7 years agobasic checks in wrappers + store names of dimensions and charts in job object
paulfantom [Thu, 23 Jun 2016 13:10:11 +0000 (15:10 +0200)]
basic checks in wrappers + store names of dimensions and charts in job object

7 years agofix self.error()
paulfantom [Thu, 23 Jun 2016 11:23:00 +0000 (13:23 +0200)]
fix self.error()

7 years agomore wrapping
paulfantom [Thu, 23 Jun 2016 11:21:56 +0000 (13:21 +0200)]
more wrapping

7 years agowrapping
paulfantom [Thu, 23 Jun 2016 11:16:00 +0000 (13:16 +0200)]
wrapping