]> arthur.barton.de Git - netdata.git/log
netdata.git
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 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 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

7 years agoupdated configs.signatures
Costa Tsaousis [Mon, 13 Feb 2017 14:48:21 +0000 (16:48 +0200)]
updated configs.signatures

7 years agonew web_log alarms to account 1xx, 2xx and 304 as successful; fixes #1780, fixes...
Costa Tsaousis [Mon, 13 Feb 2017 14:47:17 +0000 (16:47 +0200)]
new web_log alarms to account 1xx, 2xx and 304 as successful; fixes #1780, fixes #1781

7 years agoweb_log plugin: "other" dimension to response statuses chart added
Ilya [Mon, 13 Feb 2017 13:26:55 +0000 (22:26 +0900)]
web_log plugin: "other" dimension to response statuses chart added

7 years agoweb_log plugin: reponse statuses chart added
Ilya [Mon, 13 Feb 2017 12:01:20 +0000 (21:01 +0900)]
web_log plugin: reponse statuses chart added

7 years agoMerge pull request #1779 from ktsaou/master
Costa Tsaousis [Sun, 12 Feb 2017 23:04:44 +0000 (01:04 +0200)]
Merge pull request #1779 from ktsaou/master

fixed typo in installer and other minor improvements

7 years agofixed typo in installer and other minor improvements
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 22:38:04 +0000 (00:38 +0200)]
fixed typo in installer and other minor improvements

7 years agoMerge pull request #1778 from ktsaou/master
Costa Tsaousis [Sun, 12 Feb 2017 21:48:07 +0000 (23:48 +0200)]
Merge pull request #1778 from ktsaou/master

minor compatibility fixes at the installer

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 21:29:57 +0000 (23:29 +0200)]
updated configs.signatures

7 years agocompatibility fixes at the installer
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 21:29:44 +0000 (23:29 +0200)]
compatibility fixes at the installer

7 years agoMerge pull request #1775 from ktsaou/master
Costa Tsaousis [Sun, 12 Feb 2017 15:46:56 +0000 (17:46 +0200)]
Merge pull request #1775 from ktsaou/master

fix lxc-attach not exiting after starting netdata

7 years agofix lxc-attach not exiting after starting netdata
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 15:41:41 +0000 (17:41 +0200)]
fix lxc-attach not exiting after starting netdata

7 years agoMerge pull request #1771 from ktsaou/master
Costa Tsaousis [Sun, 12 Feb 2017 15:11:55 +0000 (17:11 +0200)]
Merge pull request #1771 from ktsaou/master

minor improvements

7 years agoMerge pull request #1772 from simonnagl/feature/version
Costa Tsaousis [Sun, 12 Feb 2017 15:11:14 +0000 (17:11 +0200)]
Merge pull request #1772 from simonnagl/feature/version

Support older autoconf versions

7 years agoMerge pull request #1774 from FedericoCeratto/patch-3
Costa Tsaousis [Sun, 12 Feb 2017 14:54:18 +0000 (16:54 +0200)]
Merge pull request #1774 from FedericoCeratto/patch-3

Fix license name

7 years agoMerge pull request #1773 from FedericoCeratto/patch-2
Costa Tsaousis [Sun, 12 Feb 2017 14:54:03 +0000 (16:54 +0200)]
Merge pull request #1773 from FedericoCeratto/patch-2

Fix license name

7 years agocolorful netdata-installer.sh; splitted certain functions for adding makeself; netdat...
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 14:52:47 +0000 (16:52 +0200)]
colorful netdata-installer.sh; splitted certain functions for adding makeself; netdata-uninstaller.sh and netdata-updater.sh are now generated even when netdata-installer is called with --dont-start-it

7 years agoFix license name
Federico Ceratto [Sun, 12 Feb 2017 14:20:12 +0000 (14:20 +0000)]
Fix license name

7 years agoFix license name
Federico Ceratto [Sun, 12 Feb 2017 14:18:15 +0000 (14:18 +0000)]
Fix license name

7 years agoSupport older autoconf versions
Simon Nagl [Sun, 12 Feb 2017 14:03:31 +0000 (15:03 +0100)]
Support older autoconf versions

7 years agowhen version.txt and internal version differ, use the internal one
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 12:05:53 +0000 (14:05 +0200)]
when version.txt and internal version differ, use the internal one

7 years agoproperly show version and check version using the internal version string too
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 11:54:28 +0000 (13:54 +0200)]
properly show version and check version using the internal version string too

7 years agodo not compile netdata twice on travis
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 10:54:39 +0000 (12:54 +0200)]
do not compile netdata twice on travis

7 years agoinformation at web_log.conf
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 09:38:56 +0000 (11:38 +0200)]
information at web_log.conf

7 years agoshow netdata version at the dashboard
Costa Tsaousis (ktsaou) [Sun, 12 Feb 2017 09:37:31 +0000 (11:37 +0200)]
show netdata version at the dashboard