]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agoadded more processes #1442; updated docs; used the new multi-line format
Costa Tsaousis (ktsaou) [Sun, 25 Dec 2016 21:51:15 +0000 (23:51 +0200)]
added more processes #1442; updated docs; used the new multi-line format

7 years agoallow multiple lines to define processes for the same process group; allow the user...
Costa Tsaousis (ktsaou) [Sun, 25 Dec 2016 21:49:34 +0000 (23:49 +0200)]
allow multiple lines to define processes for the same process group; allow the user to override the "other" group

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sun, 25 Dec 2016 11:00:26 +0000 (13:00 +0200)]
updated configs.signatures

7 years agoMerge pull request #1424 from l2isbad/isc_dhcpd_plugin
Costa Tsaousis [Sun, 25 Dec 2016 10:57:55 +0000 (12:57 +0200)]
Merge pull request #1424 from l2isbad/isc_dhcpd_plugin

Isc dhcpd plugin

7 years agoMerge pull request #1438 from l2isbad/hddtemp_chart_py_enhancement
Costa Tsaousis [Sun, 25 Dec 2016 10:57:08 +0000 (12:57 +0200)]
Merge pull request #1438 from l2isbad/hddtemp_chart_py_enhancement

Hddtemp chart py enhancement

7 years agoMerge pull request #1440 from l2isbad/sensors_chart_py_enhancement
Costa Tsaousis [Sun, 25 Dec 2016 10:56:18 +0000 (12:56 +0200)]
Merge pull request #1440 from l2isbad/sensors_chart_py_enhancement

Sensors chart py enhancement

7 years agoMerge pull request #1441 from l2isbad/freeradius_bug_fix
Costa Tsaousis [Sun, 25 Dec 2016 10:54:57 +0000 (12:54 +0200)]
Merge pull request #1441 from l2isbad/freeradius_bug_fix

freeradius bugfix

7 years agobugfix
lgz [Sun, 25 Dec 2016 05:24:25 +0000 (14:24 +0900)]
bugfix

7 years agoadd fahrenheit option to conf file
lgz [Sun, 25 Dec 2016 04:57:14 +0000 (13:57 +0900)]
add fahrenheit option to conf file

7 years agoadd fahrenheit option
lgz [Sun, 25 Dec 2016 04:35:56 +0000 (13:35 +0900)]
add fahrenheit option

7 years agoMerge pull request #1439 from ktsaou/master
Costa Tsaousis [Sun, 25 Dec 2016 01:14:48 +0000 (03:14 +0200)]
Merge pull request #1439 from ktsaou/master

reworked backends connection to properly support IPv6

7 years agocleaned up the code and removed the latency chart; #1432
Costa Tsaousis (ktsaou) [Sun, 25 Dec 2016 01:12:33 +0000 (03:12 +0200)]
cleaned up the code and removed the latency chart; #1432

7 years agoadd new option to conf file; returned back if in chart.py
lgz [Sat, 24 Dec 2016 19:06:59 +0000 (04:06 +0900)]
add new option to conf file; returned back if in chart.py

7 years agoadd fahrenheit option
lgz [Sat, 24 Dec 2016 19:00:22 +0000 (04:00 +0900)]
add fahrenheit option

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sat, 24 Dec 2016 18:45:09 +0000 (20:45 +0200)]
updated configs.signatures

7 years agoadded reads operations and bytes to backend charts; #1432
Costa Tsaousis (ktsaou) [Sat, 24 Dec 2016 18:44:28 +0000 (20:44 +0200)]
added reads operations and bytes to backend charts; #1432

7 years agoshow sample of backend received data
Costa Tsaousis (ktsaou) [Sat, 24 Dec 2016 18:24:43 +0000 (20:24 +0200)]
show sample of backend received data

7 years agodequeue backends responses from the socket; #1432
Costa Tsaousis (ktsaou) [Sat, 24 Dec 2016 18:04:43 +0000 (20:04 +0200)]
dequeue backends responses from the socket; #1432

7 years agoproperly enable TCP and use TCP by default if protocol is not given
Costa Tsaousis (ktsaou) [Sat, 24 Dec 2016 15:47:05 +0000 (17:47 +0200)]
properly enable TCP and use TCP by default if protocol is not given

7 years agore-worked connect_to() to properly support IPv6; #1432
Costa Tsaousis (ktsaou) [Sat, 24 Dec 2016 15:25:43 +0000 (17:25 +0200)]
re-worked connect_to() to properly support IPv6; #1432

7 years agofixed typo in chart title
Costa Tsaousis (ktsaou) [Sat, 24 Dec 2016 15:23:27 +0000 (17:23 +0200)]
fixed typo in chart title

7 years agoMerge pull request #1435 from minhaz1/master
Costa Tsaousis [Sat, 24 Dec 2016 13:03:09 +0000 (15:03 +0200)]
Merge pull request #1435 from minhaz1/master

fixing typo in readme. or -> of

7 years agototal active in all pools chart added
lgz [Sat, 24 Dec 2016 09:27:32 +0000 (18:27 +0900)]
total active in all pools chart added

7 years agofixing typo in readme. or -> of
Minhaz Mahmud [Sat, 24 Dec 2016 07:23:43 +0000 (23:23 -0800)]
fixing typo in readme. or -> of

7 years agorename function
lgz [Sat, 24 Dec 2016 05:30:50 +0000 (14:30 +0900)]
rename function

7 years agoremove all regex part, using itertools and slicing instead; much better performance
lgz [Sat, 24 Dec 2016 05:28:13 +0000 (14:28 +0900)]
remove all regex part, using itertools and slicing instead; much better performance

7 years agoMerge pull request #1430 from ktsaou/master
Costa Tsaousis [Fri, 23 Dec 2016 21:12:35 +0000 (23:12 +0200)]
Merge pull request #1430 from ktsaou/master

fixed bug in nginx_log module where the reported values were defined as incremental but returned as absolute

7 years agofixed bug in nginx_log module where the reported values were defined as incremental...
Costa Tsaousis (ktsaou) [Fri, 23 Dec 2016 21:09:46 +0000 (23:09 +0200)]
fixed bug in nginx_log module where the reported values were defined as incremental but returned as absolute

7 years agoMerge pull request #1429 from ktsaou/master
Costa Tsaousis [Fri, 23 Dec 2016 20:52:03 +0000 (22:52 +0200)]
Merge pull request #1429 from ktsaou/master

fixed nginx group typo

7 years agofixed nginx group typo
Costa Tsaousis (ktsaou) [Fri, 23 Dec 2016 20:51:37 +0000 (22:51 +0200)]
fixed nginx group typo

7 years agoMerge pull request #1428 from ktsaou/master
Costa Tsaousis [Fri, 23 Dec 2016 20:45:41 +0000 (22:45 +0200)]
Merge pull request #1428 from ktsaou/master

install init.d script on AMI; add netdata to nginx group to let access nginx logs

7 years agoinstall init.d script on AMI; add netdata to nginx group to let access nginx logs
Costa Tsaousis (ktsaou) [Fri, 23 Dec 2016 20:42:51 +0000 (22:42 +0200)]
install init.d script on AMI; add netdata to nginx group to let access nginx logs

7 years agoadd dhcp.leases file size chart to Parse statistics family
lgz [Fri, 23 Dec 2016 17:11:49 +0000 (02:11 +0900)]
add dhcp.leases file size chart to Parse statistics family

7 years agoadd isc_dhcp plugin to Makefile
lgz [Fri, 23 Dec 2016 15:41:42 +0000 (00:41 +0900)]
add isc_dhcp plugin to Makefile

7 years agobetter line formatting
lgz [Fri, 23 Dec 2016 15:33:58 +0000 (00:33 +0900)]
better line formatting

7 years agoadd alarm configuration (file parsing time)
lgz [Fri, 23 Dec 2016 13:32:56 +0000 (22:32 +0900)]
add alarm configuration (file parsing time)

7 years agomuch better performance with big files; add parse stats chart
lgz [Fri, 23 Dec 2016 13:26:11 +0000 (22:26 +0900)]
much better performance with big files; add parse stats chart

7 years agomv plugin files; typo
lgz [Fri, 23 Dec 2016 07:03:53 +0000 (16:03 +0900)]
mv plugin files; typo

7 years agoadd isc dhcpd plugin configuration file
lgz [Fri, 23 Dec 2016 00:58:21 +0000 (09:58 +0900)]
add isc dhcpd plugin configuration file

7 years agoisc dhcpd plugin added
lgz [Fri, 23 Dec 2016 00:52:47 +0000 (09:52 +0900)]
isc dhcpd plugin added

7 years agoMerge pull request #1423 from ktsaou/master
Costa Tsaousis [Thu, 22 Dec 2016 23:26:27 +0000 (01:26 +0200)]
Merge pull request #1423 from ktsaou/master

added azure apps and more system apps

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Thu, 22 Dec 2016 23:21:29 +0000 (01:21 +0200)]
updated configs.signatures

7 years agoadded azure apps and more system apps
Costa Tsaousis (ktsaou) [Thu, 22 Dec 2016 23:20:40 +0000 (01:20 +0200)]
added azure apps and more system apps

7 years agoMerge pull request #1417 from l2isbad/openvpn_log_plugin
Costa Tsaousis [Thu, 22 Dec 2016 06:31:30 +0000 (08:31 +0200)]
Merge pull request #1417 from l2isbad/openvpn_log_plugin

Openvpn log plugin

7 years agoMerge pull request #1418 from l2isbad/freeradius_minor_bugfix
Costa Tsaousis [Thu, 22 Dec 2016 06:27:56 +0000 (08:27 +0200)]
Merge pull request #1418 from l2isbad/freeradius_minor_bugfix

Freeradius plugin bugfix; should return empty list if there is no command

7 years agoone more update README in python.d dir
lgz [Thu, 22 Dec 2016 00:28:34 +0000 (09:28 +0900)]
one more update README in python.d dir

7 years agoupdate README in python.d dir
lgz [Thu, 22 Dec 2016 00:19:35 +0000 (09:19 +0900)]
update README in python.d dir

7 years agoadd openvpn log plugin to Makefile
lgz [Wed, 21 Dec 2016 22:43:28 +0000 (07:43 +0900)]
add openvpn log plugin to Makefile

7 years agoadd freeradius plugin to Makefile
lgz [Wed, 21 Dec 2016 22:39:13 +0000 (07:39 +0900)]
add freeradius plugin to Makefile

7 years agoMerge pull request #1419 from vlvkobal/master
Costa Tsaousis [Wed, 21 Dec 2016 20:17:04 +0000 (22:17 +0200)]
Merge pull request #1419 from vlvkobal/master

macOS: get rid of compilation errors

7 years agoMerge pull request #1420 from ktsaou/master
Costa Tsaousis [Wed, 21 Dec 2016 18:53:00 +0000 (20:53 +0200)]
Merge pull request #1420 from ktsaou/master

prevent passing unitialized memory to pthreads init functions

7 years agoprevent passing unitialized memory to pthreads init functions; contributes to #1419
Costa Tsaousis (ktsaou) [Wed, 21 Dec 2016 18:50:21 +0000 (20:50 +0200)]
prevent passing unitialized memory to pthreads init functions; contributes to #1419

7 years agobugfix; should return empty list if there is not command
lgz [Wed, 21 Dec 2016 15:20:52 +0000 (00:20 +0900)]
bugfix; should return empty list if there is not command

7 years agoGet rid of compilation errors on macOS
Vladimir Kobal [Wed, 21 Dec 2016 14:13:44 +0000 (09:13 -0500)]
Get rid of compilation errors on macOS

7 years agominor fix
lgz [Wed, 21 Dec 2016 14:32:06 +0000 (23:32 +0900)]
minor fix

7 years agoadd ovpn_status_log to python.d.conf
lgz [Wed, 21 Dec 2016 13:09:26 +0000 (22:09 +0900)]
add ovpn_status_log to python.d.conf

7 years agoopenvpn plugin configuration file added
lgz [Wed, 21 Dec 2016 13:07:55 +0000 (22:07 +0900)]
openvpn plugin configuration file added

7 years agoopenvpn status log plugin added
lgz [Wed, 21 Dec 2016 13:04:14 +0000 (22:04 +0900)]
openvpn status log plugin added

7 years agoMerge pull request #1406 from l2isbad/freeradius_plugin
Costa Tsaousis [Wed, 21 Dec 2016 06:34:35 +0000 (08:34 +0200)]
Merge pull request #1406 from l2isbad/freeradius_plugin

Freeradius plugin

7 years agoMerge pull request #1414 from ktsaou/master
Costa Tsaousis [Tue, 20 Dec 2016 23:11:07 +0000 (01:11 +0200)]
Merge pull request #1414 from ktsaou/master

fixed typo that prevented tc/qos data collection

7 years agofixed typo that prevented tc/qos data collection
Costa Tsaousis (ktsaou) [Tue, 20 Dec 2016 23:10:37 +0000 (01:10 +0200)]
fixed typo that prevented tc/qos data collection

7 years agoMerge pull request #1413 from ktsaou/master
Costa Tsaousis [Tue, 20 Dec 2016 22:45:34 +0000 (00:45 +0200)]
Merge pull request #1413 from ktsaou/master

tc-qos-helper.sh improvements

7 years agotc-qos-helper.sh optimization to avoid forks; added support for reading class names...
Costa Tsaousis (ktsaou) [Tue, 20 Dec 2016 22:37:23 +0000 (00:37 +0200)]
tc-qos-helper.sh optimization to avoid forks; added support for reading class names from /etc/iproute2/tc_cls; fixes #837

7 years agoMerge pull request #1412 from ktsaou/master
Costa Tsaousis [Tue, 20 Dec 2016 20:30:11 +0000 (22:30 +0200)]
Merge pull request #1412 from ktsaou/master

portability fixes

7 years agomake sure /proc has contents
Costa Tsaousis [Tue, 20 Dec 2016 20:12:55 +0000 (22:12 +0200)]
make sure /proc has contents

7 years agocheck /proc only when it is available
Costa Tsaousis [Tue, 20 Dec 2016 20:06:04 +0000 (22:06 +0200)]
check /proc only when it is available

7 years agoportability - ommit root group for libexec
Costa Tsaousis [Tue, 20 Dec 2016 19:58:00 +0000 (21:58 +0200)]
portability - ommit root group for libexec

7 years agoportability fixes for adding user/group netdata to the system
Costa Tsaousis [Tue, 20 Dec 2016 19:48:57 +0000 (21:48 +0200)]
portability fixes for adding user/group netdata to the system

7 years agoportability fixes
Costa Tsaousis [Tue, 20 Dec 2016 19:05:04 +0000 (21:05 +0200)]
portability fixes

7 years agorenaming of typedefs for portability
Costa Tsaousis [Tue, 20 Dec 2016 18:55:22 +0000 (20:55 +0200)]
renaming of typedefs for portability

7 years agoportability fixes for header files
Costa Tsaousis [Tue, 20 Dec 2016 18:47:52 +0000 (20:47 +0200)]
portability fixes for header files

7 years agoadded sys/sysmacros.h; fixes #1408
Costa Tsaousis [Tue, 20 Dec 2016 18:31:24 +0000 (20:31 +0200)]
added sys/sysmacros.h; fixes #1408

7 years agoadd freeradius to python.d.conf
lgz [Tue, 20 Dec 2016 15:08:26 +0000 (00:08 +0900)]
add freeradius to python.d.conf

7 years agoquick fix. backslash added
lgz [Tue, 20 Dec 2016 14:38:54 +0000 (23:38 +0900)]
quick fix. backslash added

7 years agoadd proxy-auth and proxy-acc charts; make all charts except auth optional and disable...
lgz [Tue, 20 Dec 2016 14:31:28 +0000 (23:31 +0900)]
add proxy-auth and proxy-acc charts; make all charts except auth optional and disabled by default; conf file was updated

7 years agofreeradius plugin configuration file added
lgz [Tue, 20 Dec 2016 06:34:47 +0000 (15:34 +0900)]
freeradius plugin configuration file added

7 years agofreeradius plugin added
lgz [Tue, 20 Dec 2016 06:23:59 +0000 (15:23 +0900)]
freeradius plugin added

7 years agoMerge pull request #1405 from ktsaou/master
Costa Tsaousis [Tue, 20 Dec 2016 00:00:35 +0000 (02:00 +0200)]
Merge pull request #1405 from ktsaou/master

force zero to always be included in gauge and easypiechart

7 years agodo not bring zero in the middle for gauge charts
Costa Tsaousis (ktsaou) [Mon, 19 Dec 2016 23:52:51 +0000 (01:52 +0200)]
do not bring zero in the middle for gauge charts

7 years agoforce zero to always be included in gauge and easypiechart
Costa Tsaousis (ktsaou) [Mon, 19 Dec 2016 23:48:20 +0000 (01:48 +0200)]
force zero to always be included in gauge and easypiechart

7 years agoMerge pull request #1404 from ktsaou/master
Costa Tsaousis [Mon, 19 Dec 2016 22:33:23 +0000 (00:33 +0200)]
Merge pull request #1404 from ktsaou/master

disable by default cgroups starting with lxc/ and ending with /ns

7 years agodisable by default cgroups starting with lxc/ and ending with /ns; fixes #1397
Costa Tsaousis (ktsaou) [Mon, 19 Dec 2016 22:28:56 +0000 (00:28 +0200)]
disable by default cgroups starting with lxc/ and ending with /ns; fixes #1397

7 years agoMerge pull request #1403 from ktsaou/master
Costa Tsaousis [Mon, 19 Dec 2016 22:23:24 +0000 (00:23 +0200)]
Merge pull request #1403 from ktsaou/master

allow dashboards to retry fetching chart data on failures

7 years agoallow dashboards to retry fetching chart data on failures; fixes #1402
Costa Tsaousis (ktsaou) [Mon, 19 Dec 2016 22:20:17 +0000 (00:20 +0200)]
allow dashboards to retry fetching chart data on failures; fixes #1402

7 years agoMerge pull request #1395 from FedericoCeratto/master
Costa Tsaousis [Mon, 19 Dec 2016 15:20:33 +0000 (17:20 +0200)]
Merge pull request #1395 from FedericoCeratto/master

Minor spelling fix

7 years agoMerge pull request #1400 from ktsaou/master
Costa Tsaousis [Mon, 19 Dec 2016 07:48:35 +0000 (09:48 +0200)]
Merge pull request #1400 from ktsaou/master

do not overwrite root auto-detection for mysql

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Mon, 19 Dec 2016 07:44:16 +0000 (09:44 +0200)]
updated configs.signatures

7 years agodo not overwrite root auto-detection for mysql
Costa Tsaousis (ktsaou) [Mon, 19 Dec 2016 07:43:36 +0000 (09:43 +0200)]
do not overwrite root auto-detection for mysql

7 years agoMerge pull request #1398 from ktsaou/master
Costa Tsaousis [Sun, 18 Dec 2016 23:13:57 +0000 (01:13 +0200)]
Merge pull request #1398 from ktsaou/master

allow gauge and easypiecharts to render regative values

7 years agoMerge pull request #1399 from vlvkobal/master
Costa Tsaousis [Sun, 18 Dec 2016 22:28:16 +0000 (00:28 +0200)]
Merge pull request #1399 from vlvkobal/master

FreeNAS support

7 years agoFreeNAS support
Vladimir Kobal [Sun, 18 Dec 2016 22:11:48 +0000 (00:11 +0200)]
FreeNAS support

7 years agoallow gauge and easypiecharts to render regative values - fixes #1386; updated bootst...
Costa Tsaousis [Sun, 18 Dec 2016 21:13:02 +0000 (23:13 +0200)]
allow gauge and easypiecharts to render regative values - fixes #1386; updated bootstrap css to 3.3.7

7 years agoMinor spelling fix
Federico Ceratto [Sat, 17 Dec 2016 19:50:59 +0000 (19:50 +0000)]
Minor spelling fix

7 years agoMerge pull request #1392 from variia/fix-sysvinit-scripts-status-check-#1381
Costa Tsaousis [Sat, 17 Dec 2016 09:17:59 +0000 (11:17 +0200)]
Merge pull request #1392 from variia/fix-sysvinit-scripts-status-check-#1381

Fix sysvinit scripts status check #1381

7 years agofixed system/netdata-init-d.in script to suppress status output prior stop/start...
Ivan Vari [Sat, 17 Dec 2016 09:09:26 +0000 (10:09 +0100)]
fixed system/netdata-init-d.in script to suppress status output prior stop/start, relates to #1381

7 years agofixed system/netdata-init-d.in script to check status prior stop/start, fixes #1381
Ivan Vari [Sat, 17 Dec 2016 08:10:03 +0000 (09:10 +0100)]
fixed system/netdata-init-d.in script to check status prior stop/start, fixes #1381

7 years agoMerge pull request #1391 from ktsaou/master
Costa Tsaousis [Fri, 16 Dec 2016 19:59:11 +0000 (21:59 +0200)]
Merge pull request #1391 from ktsaou/master

escape chart titles to have proper JSON formatted output

7 years agoescape chart titles to have proper JSON formatted output; fixes #1390
Costa Tsaousis (ktsaou) [Fri, 16 Dec 2016 19:56:45 +0000 (21:56 +0200)]
escape chart titles to have proper JSON formatted output; fixes #1390

7 years agoMerge pull request #1385 from ktsaou/master
Costa Tsaousis [Fri, 16 Dec 2016 12:03:33 +0000 (14:03 +0200)]
Merge pull request #1385 from ktsaou/master

do not make executable netdata.service

7 years agoEnsure ssh-agent environment available to all
Philip Whineray [Fri, 16 Dec 2016 10:37:10 +0000 (10:37 +0000)]
Ensure ssh-agent environment available to all