]> arthur.barton.de Git - netdata.git/shortlog
netdata.git
2017-02-23 Costa Tsaousisallow delaying alarm checks when remote netdata starts...
2017-02-23 Costa Tsaousisconsistent logging
2017-02-23 Costa Tsaousisallow STREAM receiver to unblock the single threaded...
2017-02-22 Costa Tsaousis... updated info
2017-02-22 Costa Tsaousis... fixed typo No 2
2017-02-22 Costa Tsaousis... fixed typo
2017-02-22 Costa Tsaousis... log all accesses to the STREAM API
2017-02-22 Costa Tsaousis... allow metrics streaming to work in parallel with local...
2017-02-22 Costa Tsaousis... fixed typo (again)
2017-02-22 Costa Tsaousis... fixed typo
2017-02-22 Costa Tsaousis... implemented API authentication
2017-02-22 Costa Tsaousis... appconfig now supports different multiple configuration...
2017-02-21 Costa Tsaousis... exit the web client thread when netdata exits
2017-02-21 Costa Tsaousis... prevent the charts from moving into the future
2017-02-21 Costa Tsaousis... pass microseconds to central netdata; fix unittest...
2017-02-21 Costa Tsaousis... create health directory for each host
2017-02-21 Costa Tsaousisdo not try to reconnect too soon
2017-02-21 Costa Tsaousis... avoid deadlock in push thread in case of errors
2017-02-21 Costa Tsaousis... operational stream mode - added more descriptive logs...
2017-02-21 Costa Tsaousis... switch from HTTP to stream data
2017-02-21 Costa Tsaousis... properly lock all sensitive linked lists
2017-02-21 Costa Tsaousis... draft implementation of netdata central push server...
2017-02-21 Costa Tsaousis... added /stream/ URL that redirects socket to plugins...
2017-02-21 Costa Tsaousis... added localhost as a fixed name localhost can be referred
2017-02-21 Costa Tsaousis... RRDHOSTs free all their memory (all substructures)...
2017-02-21 Costa Tsaousis... unified rrd locks
2017-02-21 Costa Tsaousis... allow the API to switch hosts
2017-02-21 Costa Tsaousis... removed static references to localhost from the API
2017-02-21 Costa Tsaousis... delete the host from the index and it is removed
2017-02-21 Costa Tsaousis... hosts except localhost save files in subdirectory in...
2017-02-21 Costa Tsaousis... unified rrdset and rrddim to use enum for flags
2017-02-21 Costa Tsaousis... remove references to localhost from registry - now...
2017-02-21 Costa Tsaousis... remove references to localhost from rrd2json - now...
2017-02-21 Costa Tsaousis... each host can have its own settings for history, update...
2017-02-21 Costa Tsaousis... memory mode and health configuration per host
2017-02-21 Costa Tsaousis... backend now sends all metrics for all hosts
2017-02-21 Costa Tsaousis... all internal plugins create chart at localhost except...
2017-02-21 Costa Tsaousis... every host has its own health
2017-02-21 Costa Tsaousis... external plugins can now work for a specific host
2017-02-21 Costa Tsaousis... localhost is now dynamic
2017-02-18 Costa Tsaousis... split rrd.c into multiple files
2017-02-17 Costa Tsaousis... multi-host rrdset and rrdfamily operations
2017-02-17 Costa Tsaousis... move machine_guid from registry to rrdhost
2017-02-17 Costa Tsaousis... lower the memory footprint of dimensions by 1.5KB
2017-02-17 Costa Tsaousissend mis-aligned charts to backends; fixes #1805
2017-02-17 Costa Tsaousis... updated configs.signatures
2017-02-17 Costa Tsaousis... added custom log format to web_log.conf #1792 #1793
2017-02-17 Costa TsaousisMerge pull request #1793 from l2isbad/web_log_plugin_im...
2017-02-17 Costa TsaousisMerge pull request #1804 from ktsaou/master
2017-02-17 Costa TsaousisMerge pull request #1807 from l2isbad/elasticsearch_plu...
2017-02-17 Costa Tsaousis... fix rendering and return code check of hipchat notifica...
2017-02-17 Ilyaelastic_search plugin: split "total/in progress" into two
2017-02-17 Ilyaelastic_search plugin: split queues and rejections...
2017-02-17 Ilyaelastic_search plugin: check if json is callable or not
2017-02-17 Ilyaelasticsearch_plugin: python 2.6 compatibility fix
2017-02-17 Ilyaweb_log plugin: some optimization
2017-02-17 Costa Tsaousis... fix rendering and return code check of hipchat notifica...
2017-02-17 Costa Tsaousis... fix rendering and return code check of hipchat notifica...
2017-02-17 Costa Tsaousis... fix rendering and return code check of hipchat notifica...
2017-02-17 Costa Tsaousis... properly escape quotes in hipchat notifications
2017-02-16 Costa Tsaousis... fix hipchat notifications; fixes #1526
2017-02-16 Costa TsaousisMerge pull request #1803 from l2isbad/freeradius_plugin...
2017-02-16 Ilyafreeradius_plugin: python 2.6 compatibility fix2
2017-02-16 Costa TsaousisMerge pull request #1801 from l2isbad/freeradius_plugin...
2017-02-16 Ilyafreeradius_plugin: python 2.6 compatibility fix
2017-02-16 Ilyaweb_log plugin: add GET dimension from start. Always...
2017-02-16 Ilyaweb_log plugin: custom log format bugfix + some optimiz...
2017-02-16 Ilyaweb_log plugin: PerUrlReq chart dimensions must be...
2017-02-16 Ilyaweb_log plugin: user defined patterns check added,...
2017-02-15 Costa TsaousisMerge pull request #1797 from ktsaou/master
2017-02-15 Costa Tsaousis... added X-Frame-Options HTTP header support; fixes #1735
2017-02-15 Costa TsaousisMerge pull request #1795 from ktsaou/master
2017-02-15 Costa Tsaousisfix do double column charts on HiDPi resolutions
2017-02-15 Ilyaweb_log plugin: initial "custom_log_format" feature...
2017-02-15 Costa TsaousisMerge pull request #1791 from elopio/patch-1
2017-02-15 Costa TsaousisMerge pull request #1788 from l2isbad/web_log_plugin_fix
2017-02-15 Leo Ariasfix typo in the installer help
2017-02-15 Costa TsaousisMerge pull request #1790 from ktsaou/master
2017-02-15 Costa Tsaousis... update facebook images on all pages
2017-02-15 Ilyaweb_log plugin: python 2.6 compatability fix
2017-02-15 Costa TsaousisMerge pull request #1787 from ktsaou/master
2017-02-14 Costa Tsaousis... eliminate an non-needed variable
2017-02-14 Costa Tsaousis... allow netdata to be easily relocatable
2017-02-14 Costa Tsaousis... changed the image of facebook posts
2017-02-13 Costa Tsaousis... deleted obsolete files
2017-02-13 Costa TsaousisMerge pull request #1785 from ktsaou/master
2017-02-13 Costa Tsaousis... fixed typos and shortened the descriptions of web_log...
2017-02-13 Costa TsaousisMerge pull request #1784 from ktsaou/master
2017-02-13 Costa Tsaousisupdated dashboard for new web_log chart; #1783
2017-02-13 Costa TsaousisMerge pull request #1783 from ktsaou/master
2017-02-13 Costa TsaousisMerge pull request #1782 from l2isbad/web_log_improvements
2017-02-13 Costa Tsaousisupdated configs.signatures
2017-02-13 Costa Tsaousisnew web_log alarms to account 1xx, 2xx and 304 as succe...
2017-02-13 Ilyaweb_log plugin: "other" dimension to response statuses...
2017-02-13 Ilyaweb_log plugin: reponse statuses chart added
2017-02-12 Costa TsaousisMerge pull request #1779 from ktsaou/master
2017-02-12 Costa Tsaousis... fixed typo in installer and other minor improvements
2017-02-12 Costa TsaousisMerge pull request #1778 from ktsaou/master
2017-02-12 Costa Tsaousis... updated configs.signatures
2017-02-12 Costa Tsaousis... compatibility fixes at the installer
next