]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agoab-debian 0.20170227.01-0ab1, upstream v1.5.0-463-g1d0c1b2c ab-debian_0.20170227.01-0ab1
Alexander Barton [Mon, 27 Feb 2017 13:34:11 +0000 (14:34 +0100)]
ab-debian 0.20170227.01-0ab1, upstream v1.5.0-463-g1d0c1b2c

7 years agoMerge branch 'master' into ab-debian
Alexander Barton [Mon, 27 Feb 2017 13:34:08 +0000 (14:34 +0100)]
Merge branch 'master' into ab-debian

* master: (109 commits)
  mongodb_plugin: makesfiles update
  mongodb_plugin: python README update
  varnish_plugin: remove from conf file not ascii characters
  elasticsearch_plugin: code optimization
  create health directory in lib directory if it does not exist
  disable streaming by default
  better text
  add mirrored hosts to the my-netdata menu
  added comments and information at backends.c
  netdata-installer.sh now uses apps.plugin -t option to test if it is capable of reading /proc files
  added option -t to test if it has the permissions to read /proc/PID/io files
  remove obsolete permissions fixup for apps.plugin from the makefiles; fixes #1789
  re-arrange colors on CPU charts on freebsd; #1842
  added twitter on README.md
  web_log_plugin: requests per http version chart added
  apps.plugin: added calls counter and isolatored file counter only to new files processed; #1827
  mongodb_plugin: locks acquireCount charts added
  updated configs.signatures
  when not running as root, get the username we run as
  fixed wrong name of old config option
  ...

7 years agoMerge pull request #1822 from l2isbad/mongodb_plugin
Costa Tsaousis [Mon, 27 Feb 2017 11:57:47 +0000 (13:57 +0200)]
Merge pull request #1822 from l2isbad/mongodb_plugin

Mongodb plugin

7 years agoMerge pull request #1861 from l2isbad/elasticsearch_plugin_optimization
Costa Tsaousis [Mon, 27 Feb 2017 11:53:36 +0000 (13:53 +0200)]
Merge pull request #1861 from l2isbad/elasticsearch_plugin_optimization

elasticsearch_plugin: code optimization

7 years agomongodb_plugin: makesfiles update
Ilya [Mon, 27 Feb 2017 08:37:40 +0000 (17:37 +0900)]
mongodb_plugin: makesfiles update

7 years agomongodb_plugin: python README update
Ilya [Mon, 27 Feb 2017 08:27:53 +0000 (17:27 +0900)]
mongodb_plugin: python README update

7 years agovarnish_plugin: remove from conf file not ascii characters
Ilya [Mon, 27 Feb 2017 06:49:44 +0000 (15:49 +0900)]
varnish_plugin: remove from conf file not ascii characters

7 years agoelasticsearch_plugin: code optimization
Ilya [Mon, 27 Feb 2017 06:14:01 +0000 (15:14 +0900)]
elasticsearch_plugin: code optimization

7 years agoMerge pull request #1860 from ktsaou/master
Costa Tsaousis [Mon, 27 Feb 2017 02:11:02 +0000 (04:11 +0200)]
Merge pull request #1860 from ktsaou/master

create health directory in lib directory if it does not exist

7 years agocreate health directory in lib directory if it does not exist
Costa Tsaousis (ktsaou) [Mon, 27 Feb 2017 02:01:02 +0000 (04:01 +0200)]
create health directory in lib directory if it does not exist

7 years agoMerge pull request #1859 from ktsaou/master
Costa Tsaousis [Mon, 27 Feb 2017 01:55:39 +0000 (03:55 +0200)]
Merge pull request #1859 from ktsaou/master

disable streaming by default

7 years agodisable streaming by default
Costa Tsaousis (ktsaou) [Mon, 27 Feb 2017 01:55:11 +0000 (03:55 +0200)]
disable streaming by default

7 years agoMerge pull request #1858 from ktsaou/master
Costa Tsaousis [Mon, 27 Feb 2017 01:07:31 +0000 (03:07 +0200)]
Merge pull request #1858 from ktsaou/master

add mirrored hosts to the my-netdata menu

7 years agobetter text
Costa Tsaousis (ktsaou) [Mon, 27 Feb 2017 00:55:23 +0000 (02:55 +0200)]
better text

7 years agoadd mirrored hosts to the my-netdata menu
Costa Tsaousis (ktsaou) [Mon, 27 Feb 2017 00:43:41 +0000 (02:43 +0200)]
add mirrored hosts to the my-netdata menu

7 years agoMerge pull request #1856 from ktsaou/master
Costa Tsaousis [Sun, 26 Feb 2017 19:54:17 +0000 (21:54 +0200)]
Merge pull request #1856 from ktsaou/master

added comments and information at backends.c

7 years agoadded comments and information at backends.c
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 19:49:42 +0000 (21:49 +0200)]
added comments and information at backends.c

7 years agoMerge pull request #1815 from lfdominguez/master
Costa Tsaousis [Sun, 26 Feb 2017 19:05:09 +0000 (21:05 +0200)]
Merge pull request #1815 from lfdominguez/master

New JSON backend

7 years agoMerge pull request #1855 from ktsaou/master
Costa Tsaousis [Sun, 26 Feb 2017 18:14:02 +0000 (20:14 +0200)]
Merge pull request #1855 from ktsaou/master

apps.plugin -t option to check if it can read /proc/PID/io files

7 years agonetdata-installer.sh now uses apps.plugin -t option to test if it is capable of readi...
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 18:05:45 +0000 (20:05 +0200)]
netdata-installer.sh now uses apps.plugin -t option to test if it is capable of reading /proc files

7 years agoadded option -t to test if it has the permissions to read /proc/PID/io files
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 18:04:09 +0000 (20:04 +0200)]
added option -t to test if it has the permissions to read /proc/PID/io files

7 years agoMerge pull request #1854 from ktsaou/master
Costa Tsaousis [Sun, 26 Feb 2017 16:52:48 +0000 (18:52 +0200)]
Merge pull request #1854 from ktsaou/master

minor fixes

7 years agoremove obsolete permissions fixup for apps.plugin from the makefiles; fixes #1789
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 16:46:49 +0000 (18:46 +0200)]
remove obsolete permissions fixup for apps.plugin from the makefiles; fixes #1789

7 years agore-arrange colors on CPU charts on freebsd; #1842
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 12:35:00 +0000 (14:35 +0200)]
re-arrange colors on CPU charts on freebsd; #1842

7 years agoMerge pull request #1853 from ktsaou/master
Costa Tsaousis [Sun, 26 Feb 2017 12:16:55 +0000 (14:16 +0200)]
Merge pull request #1853 from ktsaou/master

added twitter on README.md

7 years agoadded twitter on README.md
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 12:15:52 +0000 (14:15 +0200)]
added twitter on README.md

7 years agoMerge pull request #1852 from l2isbad/web_log_plugin_improvements
Costa Tsaousis [Sun, 26 Feb 2017 11:52:13 +0000 (13:52 +0200)]
Merge pull request #1852 from l2isbad/web_log_plugin_improvements

web_log_plugin: requests per http version chart added

7 years agoweb_log_plugin: requests per http version chart added
Ilya [Sun, 26 Feb 2017 11:03:27 +0000 (20:03 +0900)]
web_log_plugin: requests per http version chart added

7 years agoMerge pull request #1851 from ktsaou/master
Costa Tsaousis [Sun, 26 Feb 2017 10:35:39 +0000 (12:35 +0200)]
Merge pull request #1851 from ktsaou/master

apps.plugin: added calls counter and isolated file counter only to new files processed

7 years agoapps.plugin: added calls counter and isolatored file counter only to new files proces...
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 10:24:21 +0000 (12:24 +0200)]
apps.plugin: added calls counter and isolatored file counter only to new files processed; #1827

7 years agomongodb_plugin: locks acquireCount charts added
Ilya [Sun, 26 Feb 2017 09:18:40 +0000 (18:18 +0900)]
mongodb_plugin: locks acquireCount charts added

7 years agoMerge pull request #1845 from l2isbad/self_signed_certificates_for_UrlService
Costa Tsaousis [Sun, 26 Feb 2017 08:58:07 +0000 (10:58 +0200)]
Merge pull request #1845 from l2isbad/self_signed_certificates_for_UrlService

self-signed certificate support for UrlService added

7 years agoMerge pull request #1850 from ktsaou/master
Costa Tsaousis [Sun, 26 Feb 2017 01:31:24 +0000 (03:31 +0200)]
Merge pull request #1850 from ktsaou/master

updated configs.signatures

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 01:26:21 +0000 (03:26 +0200)]
updated configs.signatures

7 years agoMerge pull request #1817 from ktsaou/multi-host
Costa Tsaousis [Sun, 26 Feb 2017 01:20:51 +0000 (03:20 +0200)]
Merge pull request #1817 from ktsaou/multi-host

Multi host support

7 years agowhen not running as root, get the username we run as
Costa Tsaousis (ktsaou) [Sun, 26 Feb 2017 00:09:50 +0000 (02:09 +0200)]
when not running as root, get the username we run as

7 years agofixed wrong name of old config option
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 23:54:25 +0000 (01:54 +0200)]
fixed wrong name of old config option

7 years agoavoid dereferencing NULL options; handle config index collisions
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 23:48:57 +0000 (01:48 +0200)]
avoid dereferencing NULL options; handle config index collisions

7 years agorenamed api config section to web
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 23:32:28 +0000 (01:32 +0200)]
renamed api config section to web

7 years agoallow netdata to cleanup orphan hosts that have not pushed any metrics for some time...
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 22:21:58 +0000 (00:21 +0200)]
allow netdata to cleanup orphan hosts that have not pushed any metrics for some time (configurable)

7 years agoMerge pull request #1849 from yassinei/yassinei-fixed-commas
Costa Tsaousis [Sat, 25 Feb 2017 22:17:28 +0000 (00:17 +0200)]
Merge pull request #1849 from yassinei/yassinei-fixed-commas

Added some missing commas

7 years agoAdd missing comma to README.md
Yassine Imounachen [Sat, 25 Feb 2017 22:08:53 +0000 (22:08 +0000)]
Add missing comma to README.md

7 years agoAdd missing comma to demosites.html
Yassine Imounachen [Sat, 25 Feb 2017 22:05:57 +0000 (22:05 +0000)]
Add missing comma to demosites.html

7 years agoab-debian 0.20170225.02-0ab1, upstream v1.5.0-338-g155d0e6f ab-debian_0.20170225.02-0ab1
Alexander Barton [Sat, 25 Feb 2017 20:14:09 +0000 (21:14 +0100)]
ab-debian 0.20170225.02-0ab1, upstream v1.5.0-338-g155d0e6f

7 years agoMerge branch 'master' into ab-debian
Alexander Barton [Sat, 25 Feb 2017 20:14:06 +0000 (21:14 +0100)]
Merge branch 'master' into ab-debian

* master:
  set up-delay on web alarms; fixes #1832
  fail2ban_plugin: parse both conf_path and conf_dir/; regex update

7 years agomongodb_plugin: code optimization
Ilya [Sat, 25 Feb 2017 15:34:21 +0000 (00:34 +0900)]
mongodb_plugin: code optimization

7 years agoself-signed certificate support for UrlService added
Ilya [Sat, 25 Feb 2017 12:45:55 +0000 (21:45 +0900)]
self-signed certificate support for UrlService added

7 years agoMerge pull request #1839 from l2isbad/fail2ban_plugin_improvements
Costa Tsaousis [Sat, 25 Feb 2017 12:31:34 +0000 (14:31 +0200)]
Merge pull request #1839 from l2isbad/fail2ban_plugin_improvements

fail2ban_plugin: parse both conf_path and conf_dir/; regex update

7 years agoMerge pull request #1840 from ktsaou/master
Costa Tsaousis [Sat, 25 Feb 2017 12:03:08 +0000 (14:03 +0200)]
Merge pull request #1840 from ktsaou/master

set up-delay on web alarms;

7 years agoavoid code duplication
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 11:49:33 +0000 (13:49 +0200)]
avoid code duplication

7 years agoproxies disconnect and reconnect to follow the receiving side
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 11:35:11 +0000 (13:35 +0200)]
proxies disconnect and reconnect to follow the receiving side

7 years agodisconnect sending socket when the receiving has been disconnected
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 11:09:08 +0000 (13:09 +0200)]
disconnect sending socket when the receiving has been disconnected

7 years agomoved [stream] configuration to stream.conf
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 10:46:12 +0000 (12:46 +0200)]
moved [stream] configuration to stream.conf

7 years agofix startup of unittest
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 02:10:37 +0000 (04:10 +0200)]
fix startup of unittest

7 years agominor fix for timings
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 02:04:55 +0000 (04:04 +0200)]
minor fix for timings

7 years agoupdated info
Costa Tsaousis (ktsaou) [Sat, 25 Feb 2017 00:34:04 +0000 (02:34 +0200)]
updated info

7 years agoallow proxying metrics between hosts
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 23:57:00 +0000 (01:57 +0200)]
allow proxying metrics between hosts

7 years agodetect duplicate hosts
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 23:42:05 +0000 (01:42 +0200)]
detect duplicate hosts

7 years agoab-debian 0.20170225.01-0ab1, upstream v1.5.0-334-g27ef89e ab-debian_0.20170225.01-0ab1
Alexander Barton [Fri, 24 Feb 2017 23:27:15 +0000 (00:27 +0100)]
ab-debian 0.20170225.01-0ab1, upstream v1.5.0-334-g27ef89e

7 years agoMerge branch 'master' into ab-debian
Alexander Barton [Fri, 24 Feb 2017 23:27:12 +0000 (00:27 +0100)]
Merge branch 'master' into ab-debian

* master:
  hipchat: simplify server definition
  hipchat: add support for HipChat Server
  hipchat: detect html messages

7 years agolog the hostname on all rrdpush logs
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 23:10:23 +0000 (01:10 +0200)]
log the hostname on all rrdpush logs

7 years agolog all host configuration when a host is created
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 22:55:45 +0000 (00:55 +0200)]
log all host configuration when a host is created

7 years agolog a line for each host monitored
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 22:44:54 +0000 (00:44 +0200)]
log a line for each host monitored

7 years agoinitialize in the right sequence
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 22:02:49 +0000 (00:02 +0200)]
initialize in the right sequence

7 years agoprevent remote hosts from taking the localhost position
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 21:48:23 +0000 (23:48 +0200)]
prevent remote hosts from taking the localhost position

7 years agoadd hostname to health errors
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 21:33:55 +0000 (23:33 +0200)]
add hostname to health errors

7 years agoprevent error flood when statvfs() fails
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 21:24:01 +0000 (23:24 +0200)]
prevent error flood when statvfs() fails

7 years agofixed crash at config_move()
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 21:09:56 +0000 (23:09 +0200)]
fixed crash at config_move()

7 years agoprevent unecessary error log when streaming is disabled
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 20:45:26 +0000 (22:45 +0200)]
prevent unecessary error log when streaming is disabled

7 years agofixed leftover in web section
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 20:37:16 +0000 (22:37 +0200)]
fixed leftover in web section

7 years agodo not statvfs() dummy filesystems; do not statvfs() excluded mount points; do not...
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 20:09:36 +0000 (22:09 +0200)]
do not statvfs() dummy filesystems; do not statvfs() excluded mount points; do not statvfs() excluded filesystems; fixes #1834

7 years agoset up-delay on web alarms; fixes #1832
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 19:18:04 +0000 (21:18 +0200)]
set up-delay on web alarms; fixes #1832

7 years agoimproved configuration and fixes for proxy mode
Costa Tsaousis (ktsaou) [Fri, 24 Feb 2017 17:36:06 +0000 (19:36 +0200)]
improved configuration and fixes for proxy mode

7 years agomongodb_plugin: mongo 2.4 compatibility #1
Ilya [Fri, 24 Feb 2017 16:12:52 +0000 (01:12 +0900)]
mongodb_plugin: mongo 2.4 compatibility #1

7 years agofail2ban_plugin: parse both conf_path and conf_dir/; regex update
Ilya [Fri, 24 Feb 2017 11:59:40 +0000 (20:59 +0900)]
fail2ban_plugin: parse both conf_path and conf_dir/; regex update

7 years agomongodb_plugin: oplog window and "optimeDate" diff between nodes charts added
Ilya [Fri, 24 Feb 2017 10:30:28 +0000 (19:30 +0900)]
mongodb_plugin: oplog window and "optimeDate" diff between nodes charts added

7 years agoallow each netdata host to have its own thread for streaming metrics
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 23:47:00 +0000 (01:47 +0200)]
allow each netdata host to have its own thread for streaming metrics

7 years agoadded rrd memory mode "none" to allow netdata act as a proxy to forward metrics to...
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 20:39:57 +0000 (22:39 +0200)]
added rrd memory mode "none" to allow netdata act as a proxy to forward metrics to another netdata

7 years agodo not log failed expressions - fix for hibernation delay
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 19:33:03 +0000 (21:33 +0200)]
do not log failed expressions - fix for hibernation delay

7 years agoprevent loading files with future dates
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 18:59:55 +0000 (20:59 +0200)]
prevent loading files with future dates

7 years agomore descriptive logging
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 18:40:15 +0000 (20:40 +0200)]
more descriptive logging

7 years agounified streaming logging
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 18:35:15 +0000 (20:35 +0200)]
unified streaming logging

7 years agoeliminate a memory leak while creating the streaming thread
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 18:02:56 +0000 (20:02 +0200)]
eliminate a memory leak while creating the streaming thread

7 years agoproperly initialize stream receiving thread
Costa Tsaousis (ktsaou) [Thu, 23 Feb 2017 17:56:58 +0000 (19:56 +0200)]
properly initialize stream receiving thread

7 years agoallow delaying alarm checks when remote netdata starts streaming metrics or when...
Costa Tsaousis [Thu, 23 Feb 2017 16:22:47 +0000 (18:22 +0200)]
allow delaying alarm checks when remote netdata starts streaming metrics or when system resumes from hybernation; fixes #1296

7 years agomongodb_plugin: replica set heartbeat latency chart added
Ilya [Thu, 23 Feb 2017 16:06:08 +0000 (01:06 +0900)]
mongodb_plugin: replica set heartbeat latency chart added

7 years agoconsistent logging
Costa Tsaousis [Thu, 23 Feb 2017 15:56:39 +0000 (17:56 +0200)]
consistent logging

7 years agoallow STREAM receiver to unblock the single threaded web server
Costa Tsaousis [Thu, 23 Feb 2017 15:44:07 +0000 (17:44 +0200)]
allow STREAM receiver to unblock the single threaded web server

7 years agoMerge pull request #1831 from frei-style/master
Costa Tsaousis [Wed, 22 Feb 2017 23:43:10 +0000 (01:43 +0200)]
Merge pull request #1831 from frei-style/master

Add HipChat Server support

7 years agohipchat: simplify server definition
Manuel Frei [Wed, 22 Feb 2017 23:22:38 +0000 (00:22 +0100)]
hipchat: simplify server definition

7 years agoupdated info
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 22:52:05 +0000 (00:52 +0200)]
updated info

7 years agofixed typo No 2
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 22:27:21 +0000 (00:27 +0200)]
fixed typo No 2

7 years agofixed typo
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 22:24:35 +0000 (00:24 +0200)]
fixed typo

7 years agolog all accesses to the STREAM API
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 22:19:06 +0000 (00:19 +0200)]
log all accesses to the STREAM API

7 years agoallow metrics streaming to work in parallel with local database; propagate O/S type...
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 22:09:46 +0000 (00:09 +0200)]
allow metrics streaming to work in parallel with local database; propagate O/S type to central netdata; allow machine_guid=localhost to use the same host

7 years agohipchat: add support for HipChat Server
Manuel Frei [Wed, 22 Feb 2017 21:58:14 +0000 (22:58 +0100)]
hipchat: add support for HipChat Server

7 years agohipchat: detect html messages
Manuel Frei [Wed, 22 Feb 2017 21:50:27 +0000 (22:50 +0100)]
hipchat: detect html messages

7 years agomongodb_plugin: replica set members state charts added
Ilya [Wed, 22 Feb 2017 17:18:38 +0000 (02:18 +0900)]
mongodb_plugin: replica set members state charts added

7 years agofixed typo (again)
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 01:57:29 +0000 (03:57 +0200)]
fixed typo (again)

7 years agofixed typo
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 01:47:29 +0000 (03:47 +0200)]
fixed typo