]> arthur.barton.de Git - netdata.git/shortlog
netdata.git
2017-02-25 Costa Tsaousis... allow netdata to cleanup orphan hosts that have not...
2017-02-25 Costa Tsaousis... avoid code duplication
2017-02-25 Costa Tsaousis... proxies disconnect and reconnect to follow the receivin...
2017-02-25 Costa Tsaousis... disconnect sending socket when the receiving has been...
2017-02-25 Costa Tsaousis... moved [stream] configuration to stream.conf
2017-02-25 Costa Tsaousis... fix startup of unittest
2017-02-25 Costa Tsaousis... minor fix for timings
2017-02-25 Costa Tsaousis... updated info
2017-02-24 Costa Tsaousis... allow proxying metrics between hosts
2017-02-24 Costa Tsaousis... detect duplicate hosts
2017-02-24 Costa Tsaousis... log the hostname on all rrdpush logs
2017-02-24 Costa Tsaousis... log all host configuration when a host is created
2017-02-24 Costa Tsaousis... log a line for each host monitored
2017-02-24 Costa Tsaousis... initialize in the right sequence
2017-02-24 Costa Tsaousis... prevent remote hosts from taking the localhost position
2017-02-24 Costa Tsaousis... add hostname to health errors
2017-02-24 Costa Tsaousis... prevent error flood when statvfs() fails
2017-02-24 Costa Tsaousis... fixed crash at config_move()
2017-02-24 Costa Tsaousis... prevent unecessary error log when streaming is disabled
2017-02-24 Costa Tsaousis... fixed leftover in web section
2017-02-24 Costa Tsaousis... do not statvfs() dummy filesystems; do not statvfs...
2017-02-24 Costa Tsaousis... improved configuration and fixes for proxy mode
2017-02-23 Costa Tsaousis... allow each netdata host to have its own thread for...
2017-02-23 Costa Tsaousis... added rrd memory mode "none" to allow netdata act as...
2017-02-23 Costa Tsaousis... do not log failed expressions - fix for hibernation...
2017-02-23 Costa Tsaousis... prevent loading files with future dates
2017-02-23 Costa Tsaousis... more descriptive logging
2017-02-23 Costa Tsaousis... unified streaming logging
2017-02-23 Costa Tsaousis... eliminate a memory leak while creating the streaming...
2017-02-23 Costa Tsaousis... properly initialize stream receiving thread
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
next