]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agoimplemented API authentication
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 01:40:17 +0000 (03:40 +0200)]
implemented API authentication

7 years agoappconfig now supports different multiple configurations - added support for stream...
Costa Tsaousis (ktsaou) [Wed, 22 Feb 2017 00:07:25 +0000 (02:07 +0200)]
appconfig now supports different multiple configurations - added support for stream config

7 years agoexit the web client thread when netdata exits
Costa Tsaousis (ktsaou) [Tue, 21 Feb 2017 20:58:50 +0000 (22:58 +0200)]
exit the web client thread when netdata exits

7 years agoprevent the charts from moving into the future
Costa Tsaousis (ktsaou) [Tue, 21 Feb 2017 20:26:56 +0000 (22:26 +0200)]
prevent the charts from moving into the future

7 years agopass microseconds to central netdata; fix unittest not initializing properly
Costa Tsaousis (ktsaou) [Tue, 21 Feb 2017 19:29:06 +0000 (21:29 +0200)]
pass microseconds to central netdata; fix unittest not initializing properly

7 years agocreate health directory for each host
Costa Tsaousis (ktsaou) [Tue, 21 Feb 2017 18:33:55 +0000 (20:33 +0200)]
create health directory for each host

7 years agodo not try to reconnect too soon
Costa Tsaousis [Tue, 21 Feb 2017 12:28:27 +0000 (14:28 +0200)]
do not try to reconnect too soon

7 years agoavoid deadlock in push thread in case of errors
Costa Tsaousis (ktsaou) [Tue, 21 Feb 2017 08:02:57 +0000 (10:02 +0200)]
avoid deadlock in push thread in case of errors

7 years agooperational stream mode - added more descriptive logs for errors
Costa Tsaousis (ktsaou) [Tue, 21 Feb 2017 00:55:51 +0000 (02:55 +0200)]
operational stream mode - added more descriptive logs for errors

7 years agoswitch from HTTP to stream data
Costa Tsaousis (ktsaou) [Mon, 20 Feb 2017 23:47:38 +0000 (01:47 +0200)]
switch from HTTP to stream data

7 years agoproperly lock all sensitive linked lists
Costa Tsaousis (ktsaou) [Mon, 20 Feb 2017 20:45:56 +0000 (22:45 +0200)]
properly lock all sensitive linked lists

7 years agodraft implementation of netdata central push server - untested
Costa Tsaousis (ktsaou) [Sun, 19 Feb 2017 22:58:06 +0000 (00:58 +0200)]
draft implementation of netdata central push server - untested

7 years agoadded /stream/ URL that redirects socket to plugins.d for processing - api key valida...
Costa Tsaousis (ktsaou) [Sun, 19 Feb 2017 19:07:17 +0000 (21:07 +0200)]
added /stream/ URL that redirects socket to plugins.d for processing - api key validation missing

7 years agoadded localhost as a fixed name localhost can be referred
Costa Tsaousis (ktsaou) [Sun, 19 Feb 2017 16:42:05 +0000 (18:42 +0200)]
added localhost as a fixed name localhost can be referred

7 years agoRRDHOSTs free all their memory (all substructures) when they are deallocated
Costa Tsaousis (ktsaou) [Sun, 19 Feb 2017 15:39:09 +0000 (17:39 +0200)]
RRDHOSTs free all their memory (all substructures) when they are deallocated

7 years agounified rrd locks
Costa Tsaousis (ktsaou) [Sun, 19 Feb 2017 12:43:29 +0000 (14:43 +0200)]
unified rrd locks

7 years agoallow the API to switch hosts
Costa Tsaousis (ktsaou) [Sun, 19 Feb 2017 11:57:39 +0000 (13:57 +0200)]
allow the API to switch hosts

7 years agoremoved static references to localhost from the API
Costa Tsaousis (ktsaou) [Sun, 19 Feb 2017 01:48:29 +0000 (03:48 +0200)]
removed static references to localhost from the API

7 years agodelete the host from the index and it is removed
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 21:59:10 +0000 (23:59 +0200)]
delete the host from the index and it is removed

7 years agohosts except localhost save files in subdirectory in /var/cache/netdata and /var...
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 21:50:54 +0000 (23:50 +0200)]
hosts except localhost save files in subdirectory in /var/cache/netdata and /var/lib/netdata

7 years agounified rrdset and rrddim to use enum for flags
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 20:29:43 +0000 (22:29 +0200)]
unified rrdset and rrddim to use enum for flags

7 years agoremove references to localhost from registry - now the host is dynamic at the registr...
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 18:42:29 +0000 (20:42 +0200)]
remove references to localhost from registry - now the host is dynamic at the registry API calls

7 years agoremove references to localhost from rrd2json - now the host is dynamic at the API...
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 18:31:47 +0000 (20:31 +0200)]
remove references to localhost from rrd2json - now the host is dynamic at the API calls

7 years agoeach host can have its own settings for history, update_every, rrd memory mode, healt...
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 16:28:31 +0000 (18:28 +0200)]
each host can have its own settings for history, update_every, rrd memory mode, health enabled

7 years agomemory mode and health configuration per host
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 16:06:32 +0000 (18:06 +0200)]
memory mode and health configuration per host

7 years agobackend now sends all metrics for all hosts
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 15:23:11 +0000 (17:23 +0200)]
backend now sends all metrics for all hosts

7 years agoall internal plugins create chart at localhost except plugins.d that respects the...
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 14:47:29 +0000 (16:47 +0200)]
all internal plugins create chart at localhost except plugins.d that respects the host specified by the plugin

7 years agoevery host has its own health
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 14:26:15 +0000 (16:26 +0200)]
every host has its own health

7 years agoexternal plugins can now work for a specific host
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 11:38:37 +0000 (13:38 +0200)]
external plugins can now work for a specific host

7 years agolocalhost is now dynamic
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 11:03:53 +0000 (13:03 +0200)]
localhost is now dynamic

7 years agoab-debian 0.20170221.01-0ab1, upstream v1.5.0-330-gb5b241f ab-debian_0.20170221.01-0ab1
Alexander Barton [Tue, 21 Feb 2017 10:59:55 +0000 (11:59 +0100)]
ab-debian 0.20170221.01-0ab1, upstream v1.5.0-330-gb5b241f

7 years agoMerge branch 'master' into ab-debian
Alexander Barton [Tue, 21 Feb 2017 10:59:53 +0000 (11:59 +0100)]
Merge branch 'master' into ab-debian

* master: (44 commits)
  bind_rndc_plugin: python 2.6 compatibility fix
  isc_dhcpd_plugin: python 2.6 compatibility fix
  smartd_plugin: python 2.6 compatibility fix
  varnish_plugin: python 2.6 compatibility fix
  python.d.plugin: OrderedDict import for python2.6 added
  fail2ban_plugin: module configuration file update
  fail2ban_plugin: code optimization
  send mis-aligned charts to backends; fixes #1805
  fail2ban_plugin: can read config files from "conf_dir" now
  updated configs.signatures
  added custom log format to web_log.conf #1792 #1793
  fix rendering and return code check of hipchat notifications again No 4
  elastic_search plugin: split "total/in progress" into two
  elastic_search plugin: split queues and rejections chart into two
  elastic_search plugin: check if json is callable or not
  elasticsearch_plugin: python 2.6 compatibility fix
  web_log plugin: some optimization
  fix rendering and return code check of hipchat notifications again No 3
  fix rendering and return code check of hipchat notifications again
  fix rendering and return code check of hipchat notifications
  ...

7 years agoMerge pull request #1825 from l2isbad/varnish_plugin_p26
Costa Tsaousis [Mon, 20 Feb 2017 17:31:49 +0000 (19:31 +0200)]
Merge pull request #1825 from l2isbad/varnish_plugin_p26

varnish_plugin: python 2.6 compatibility fix

7 years agobind_rndc_plugin: python 2.6 compatibility fix
Ilya [Mon, 20 Feb 2017 13:27:44 +0000 (22:27 +0900)]
bind_rndc_plugin: python 2.6 compatibility fix

7 years agoJSON output modified according to @ktsaou.
Luis Felipe Dominguez Vega [Mon, 20 Feb 2017 13:22:49 +0000 (08:22 -0500)]
JSON output modified according to @ktsaou.

7 years agoisc_dhcpd_plugin: python 2.6 compatibility fix
Ilya [Mon, 20 Feb 2017 13:18:15 +0000 (22:18 +0900)]
isc_dhcpd_plugin: python 2.6 compatibility fix

7 years agosmartd_plugin: python 2.6 compatibility fix
Ilya [Mon, 20 Feb 2017 13:11:02 +0000 (22:11 +0900)]
smartd_plugin: python 2.6 compatibility fix

7 years agovarnish_plugin: python 2.6 compatibility fix
Ilya [Mon, 20 Feb 2017 12:04:16 +0000 (21:04 +0900)]
varnish_plugin: python 2.6 compatibility fix

7 years agomongodb_plugin: configuration file added
Ilya [Mon, 20 Feb 2017 05:38:33 +0000 (14:38 +0900)]
mongodb_plugin: configuration file added

7 years agomongodb_plugin: initial version added
Ilya [Mon, 20 Feb 2017 05:38:15 +0000 (14:38 +0900)]
mongodb_plugin: initial version added

7 years agosplit rrd.c into multiple files
Costa Tsaousis (ktsaou) [Sat, 18 Feb 2017 08:57:49 +0000 (10:57 +0200)]
split rrd.c into multiple files

7 years agoMerge pull request #1816 from l2isbad/python.d.plugin_p26_fix
Costa Tsaousis [Sat, 18 Feb 2017 07:19:51 +0000 (09:19 +0200)]
Merge pull request #1816 from l2isbad/python.d.plugin_p26_fix

python.d.plugin: OrderedDict import for python2.6 added

7 years agoMerge pull request #1810 from l2isbad/fail2ban_plugin_enhancement
Costa Tsaousis [Sat, 18 Feb 2017 07:16:50 +0000 (09:16 +0200)]
Merge pull request #1810 from l2isbad/fail2ban_plugin_enhancement

fail2ban_plugin: can read config files from "conf_dir" now

7 years agopython.d.plugin: OrderedDict import for python2.6 added
Ilya [Sat, 18 Feb 2017 05:52:39 +0000 (14:52 +0900)]
python.d.plugin: OrderedDict import for python2.6 added

7 years agofail2ban_plugin: module configuration file update
Ilya [Sat, 18 Feb 2017 04:52:01 +0000 (13:52 +0900)]
fail2ban_plugin: module configuration file update

7 years agomulti-host rrdset and rrdfamily operations
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 21:14:11 +0000 (23:14 +0200)]
multi-host rrdset and rrdfamily operations

7 years agoAdded more members to the json output:
Luis Felipe Dominguez Vega [Fri, 17 Feb 2017 20:50:05 +0000 (15:50 -0500)]
Added more members to the json output:

Like this: #1497 (comment)

7 years agomove machine_guid from registry to rrdhost
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 20:42:59 +0000 (22:42 +0200)]
move machine_guid from registry to rrdhost

7 years agolower the memory footprint of dimensions by 1.5KB
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 20:37:18 +0000 (22:37 +0200)]
lower the memory footprint of dimensions by 1.5KB

7 years agoAdded json as new backend with the structure:
Luis Felipe Dominguez Vega [Fri, 17 Feb 2017 19:50:12 +0000 (14:50 -0500)]
Added json as new backend with the structure:

{
  "prefix": "netdata",
  "hostname": "example",
  "id": "apps.cpu",
  "subid": "media",
  "value": 0,
  "timestamp": 1487361156
}

7 years agofail2ban_plugin: code optimization
Ilya [Fri, 17 Feb 2017 16:50:16 +0000 (01:50 +0900)]
fail2ban_plugin: code optimization

7 years agoMerge pull request #1809 from ktsaou/master
Costa Tsaousis [Fri, 17 Feb 2017 14:34:51 +0000 (16:34 +0200)]
Merge pull request #1809 from ktsaou/master

web_log custom log format in web_log.conf

7 years agosend mis-aligned charts to backends; fixes #1805
Costa Tsaousis [Fri, 17 Feb 2017 14:03:39 +0000 (16:03 +0200)]
send mis-aligned charts to backends; fixes #1805

7 years agofail2ban_plugin: can read config files from "conf_dir" now
Ilya [Fri, 17 Feb 2017 13:01:36 +0000 (22:01 +0900)]
fail2ban_plugin: can read config files from "conf_dir" now

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 08:32:16 +0000 (10:32 +0200)]
updated configs.signatures

7 years agoadded custom log format to web_log.conf #1792 #1793
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 08:30:54 +0000 (10:30 +0200)]
added custom log format to web_log.conf #1792 #1793

7 years agoMerge pull request #1793 from l2isbad/web_log_plugin_improvements
Costa Tsaousis [Fri, 17 Feb 2017 08:26:34 +0000 (10:26 +0200)]
Merge pull request #1793 from l2isbad/web_log_plugin_improvements

web_log plugin: initial "custom_log_format" feature support added"

7 years agoMerge pull request #1804 from ktsaou/master
Costa Tsaousis [Fri, 17 Feb 2017 08:20:42 +0000 (10:20 +0200)]
Merge pull request #1804 from ktsaou/master

fix hipchat notifications

7 years agoMerge pull request #1807 from l2isbad/elasticsearch_plugin_p26
Costa Tsaousis [Fri, 17 Feb 2017 08:20:11 +0000 (10:20 +0200)]
Merge pull request #1807 from l2isbad/elasticsearch_plugin_p26

elasticsearch_plugin: python 2.6 compatibility fix

7 years agofix rendering and return code check of hipchat notifications again No 4
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 08:17:16 +0000 (10:17 +0200)]
fix rendering and return code check of hipchat notifications again No 4

7 years agoelastic_search plugin: split "total/in progress" into two
Ilya [Fri, 17 Feb 2017 08:08:11 +0000 (17:08 +0900)]
elastic_search plugin: split "total/in progress" into two

7 years agoelastic_search plugin: split queues and rejections chart into two
Ilya [Fri, 17 Feb 2017 07:32:50 +0000 (16:32 +0900)]
elastic_search plugin: split queues and rejections chart into two

7 years agoelastic_search plugin: check if json is callable or not
Ilya [Fri, 17 Feb 2017 05:41:40 +0000 (14:41 +0900)]
elastic_search plugin: check if json is callable or not

7 years agoelasticsearch_plugin: python 2.6 compatibility fix
Ilya [Fri, 17 Feb 2017 04:03:18 +0000 (13:03 +0900)]
elasticsearch_plugin: python 2.6 compatibility fix

7 years agoweb_log plugin: some optimization
Ilya [Fri, 17 Feb 2017 02:24:48 +0000 (11:24 +0900)]
web_log plugin: some optimization

7 years agofix rendering and return code check of hipchat notifications again No 3
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 00:55:25 +0000 (02:55 +0200)]
fix rendering and return code check of hipchat notifications again No 3

7 years agofix rendering and return code check of hipchat notifications again
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 00:53:47 +0000 (02:53 +0200)]
fix rendering and return code check of hipchat notifications again

7 years agofix rendering and return code check of hipchat notifications
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 00:41:22 +0000 (02:41 +0200)]
fix rendering and return code check of hipchat notifications

7 years agoproperly escape quotes in hipchat notifications
Costa Tsaousis (ktsaou) [Fri, 17 Feb 2017 00:12:07 +0000 (02:12 +0200)]
properly escape quotes in hipchat notifications

7 years agofix hipchat notifications; fixes #1526
Costa Tsaousis (ktsaou) [Thu, 16 Feb 2017 23:33:24 +0000 (01:33 +0200)]
fix hipchat notifications; fixes #1526

7 years agoMerge pull request #1803 from l2isbad/freeradius_plugin_p26_fix
Costa Tsaousis [Thu, 16 Feb 2017 23:07:37 +0000 (01:07 +0200)]
Merge pull request #1803 from l2isbad/freeradius_plugin_p26_fix

freeradius_plugin: python 2.6 compatibility fix2

7 years agofreeradius_plugin: python 2.6 compatibility fix2
Ilya [Thu, 16 Feb 2017 22:53:07 +0000 (07:53 +0900)]
freeradius_plugin: python 2.6 compatibility fix2

7 years agoMerge pull request #1801 from l2isbad/freeradius_plugin_p26_fix
Costa Tsaousis [Thu, 16 Feb 2017 15:53:02 +0000 (17:53 +0200)]
Merge pull request #1801 from l2isbad/freeradius_plugin_p26_fix

freeradius_plugin: python 2.6 compatibility fix

7 years agofreeradius_plugin: python 2.6 compatibility fix
Ilya [Thu, 16 Feb 2017 15:21:41 +0000 (00:21 +0900)]
freeradius_plugin: python 2.6 compatibility fix

7 years agoweb_log plugin: add GET dimension from start. Always green now
Ilya [Thu, 16 Feb 2017 14:07:27 +0000 (23:07 +0900)]
web_log plugin: add GET dimension from start. Always green now

7 years agoweb_log plugin: custom log format bugfix + some optimization
Ilya [Thu, 16 Feb 2017 13:34:04 +0000 (22:34 +0900)]
web_log plugin: custom log format bugfix + some optimization

7 years agoweb_log plugin: PerUrlReq chart dimensions must be unique
Ilya [Thu, 16 Feb 2017 04:05:13 +0000 (13:05 +0900)]
web_log plugin: PerUrlReq chart dimensions must be unique

7 years agoweb_log plugin: user defined patterns check added, other minor fixes
Ilya [Thu, 16 Feb 2017 03:23:32 +0000 (12:23 +0900)]
web_log plugin: user defined patterns check added, other minor fixes

7 years agoMerge pull request #1797 from ktsaou/master
Costa Tsaousis [Wed, 15 Feb 2017 20:08:47 +0000 (22:08 +0200)]
Merge pull request #1797 from ktsaou/master

added X-Frame-Options HTTP header support

7 years agoadded X-Frame-Options HTTP header support; fixes #1735
Costa Tsaousis (ktsaou) [Wed, 15 Feb 2017 19:56:08 +0000 (21:56 +0200)]
added X-Frame-Options HTTP header support; fixes #1735

7 years agoMerge pull request #1795 from ktsaou/master
Costa Tsaousis [Wed, 15 Feb 2017 18:16:19 +0000 (20:16 +0200)]
Merge pull request #1795 from ktsaou/master

fix for double column charts on HiDPi resolutions

7 years agofix do double column charts on HiDPi resolutions
Costa Tsaousis [Wed, 15 Feb 2017 17:56:47 +0000 (19:56 +0200)]
fix do double column charts on HiDPi resolutions

7 years agoweb_log plugin: initial "custom_log_format" feature support added"
Ilya [Wed, 15 Feb 2017 15:46:21 +0000 (00:46 +0900)]
web_log plugin: initial "custom_log_format" feature support added"

7 years agoMerge pull request #1791 from elopio/patch-1
Costa Tsaousis [Wed, 15 Feb 2017 07:23:40 +0000 (09:23 +0200)]
Merge pull request #1791 from elopio/patch-1

fix typo in the installer help

7 years agoMerge pull request #1788 from l2isbad/web_log_plugin_fix
Costa Tsaousis [Wed, 15 Feb 2017 07:23:19 +0000 (09:23 +0200)]
Merge pull request #1788 from l2isbad/web_log_plugin_fix

web_log plugin: python 2.6 compatability fix

7 years agofix typo in the installer help
Leo Arias [Wed, 15 Feb 2017 03:25:00 +0000 (21:25 -0600)]
fix typo in the installer help

7 years agoMerge pull request #1790 from ktsaou/master
Costa Tsaousis [Wed, 15 Feb 2017 01:04:21 +0000 (03:04 +0200)]
Merge pull request #1790 from ktsaou/master

update facebook images on all pages

7 years agoupdate facebook images on all pages
Costa Tsaousis (ktsaou) [Wed, 15 Feb 2017 01:03:15 +0000 (03:03 +0200)]
update facebook images on all pages

7 years agoweb_log plugin: python 2.6 compatability fix
Ilya [Wed, 15 Feb 2017 00:24:38 +0000 (09:24 +0900)]
web_log plugin: python 2.6 compatability fix

7 years agoMerge pull request #1787 from ktsaou/master
Costa Tsaousis [Wed, 15 Feb 2017 00:06:10 +0000 (02:06 +0200)]
Merge pull request #1787 from ktsaou/master

minor improvements

7 years agoeliminate an non-needed variable
Costa Tsaousis (ktsaou) [Tue, 14 Feb 2017 23:31:10 +0000 (01:31 +0200)]
eliminate an non-needed variable

7 years agoallow netdata to be easily relocatable
Costa Tsaousis (ktsaou) [Tue, 14 Feb 2017 23:24:38 +0000 (01:24 +0200)]
allow netdata to be easily relocatable

7 years agochanged the image of facebook posts
Costa Tsaousis (ktsaou) [Tue, 14 Feb 2017 19:59:36 +0000 (21:59 +0200)]
changed the image of facebook posts

7 years agodeleted obsolete files
Costa Tsaousis (ktsaou) [Mon, 13 Feb 2017 22:13:18 +0000 (00:13 +0200)]
deleted obsolete files

7 years agoMerge pull request #1785 from ktsaou/master
Costa Tsaousis [Mon, 13 Feb 2017 19:08:48 +0000 (21:08 +0200)]
Merge pull request #1785 from ktsaou/master

fixed typos and shortened the descriptions of web_log charts at the dashboard

7 years agofixed typos and shortened the descriptions of web_log charts at the dashboard
Costa Tsaousis (ktsaou) [Mon, 13 Feb 2017 18:20:25 +0000 (20:20 +0200)]
fixed typos and shortened the descriptions of web_log charts at the dashboard

7 years agoMerge pull request #1784 from ktsaou/master
Costa Tsaousis [Mon, 13 Feb 2017 15:25:00 +0000 (17:25 +0200)]
Merge pull request #1784 from ktsaou/master

updated dashboard for new web_log chart

7 years agoupdated dashboard for new web_log chart; #1783
Costa Tsaousis [Mon, 13 Feb 2017 15:18:12 +0000 (17:18 +0200)]
updated dashboard for new web_log chart; #1783

7 years agoMerge pull request #1783 from ktsaou/master
Costa Tsaousis [Mon, 13 Feb 2017 15:02:46 +0000 (17:02 +0200)]
Merge pull request #1783 from ktsaou/master

new web_log alarms to account 1xx, 2xx and 304 as successful

7 years agoMerge pull request #1782 from l2isbad/web_log_improvements
Costa Tsaousis [Mon, 13 Feb 2017 14:59:44 +0000 (16:59 +0200)]
Merge pull request #1782 from l2isbad/web_log_improvements

web_log plugin: response statuses chart added