summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-02-25moved [stream] configuration to stream.confCosta Tsaousis (ktsaou)
2017-02-25fix startup of unittestCosta Tsaousis (ktsaou)
2017-02-25minor fix for timingsCosta Tsaousis (ktsaou)
2017-02-25allow proxying metrics between hostsCosta Tsaousis (ktsaou)
2017-02-25detect duplicate hostsCosta Tsaousis (ktsaou)
2017-02-25log the hostname on all rrdpush logsCosta Tsaousis (ktsaou)
2017-02-25log all host configuration when a host is createdCosta Tsaousis (ktsaou)
2017-02-25log a line for each host monitoredCosta Tsaousis (ktsaou)
2017-02-25initialize in the right sequenceCosta Tsaousis (ktsaou)
2017-02-24prevent remote hosts from taking the localhost positionCosta Tsaousis (ktsaou)
2017-02-24add hostname to health errorsCosta Tsaousis (ktsaou)
2017-02-24prevent error flood when statvfs() failsCosta Tsaousis (ktsaou)
2017-02-24fixed crash at config_move()Costa Tsaousis (ktsaou)
2017-02-24prevent unecessary error log when streaming is disabledCosta Tsaousis (ktsaou)
2017-02-24fixed leftover in web sectionCosta Tsaousis (ktsaou)
2017-02-24do not statvfs() dummy filesystems; do not statvfs() excluded mount points; d...Costa Tsaousis (ktsaou)
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-24allow each netdata host to have its own thread for streaming metricsCosta Tsaousis (ktsaou)
2017-02-23added rrd memory mode "none" to allow netdata act as a proxy to forward metri...Costa Tsaousis (ktsaou)
2017-02-23do not log failed expressions - fix for hibernation delayCosta Tsaousis (ktsaou)
2017-02-23prevent loading files with future datesCosta Tsaousis (ktsaou)
2017-02-23more descriptive loggingCosta Tsaousis (ktsaou)
2017-02-23unified streaming loggingCosta Tsaousis (ktsaou)
2017-02-23eliminate a memory leak while creating the streaming threadCosta Tsaousis (ktsaou)
2017-02-23properly initialize stream receiving threadCosta Tsaousis (ktsaou)
2017-02-23allow delaying alarm checks when remote netdata starts streaming metrics or w...Costa Tsaousis
2017-02-23consistent loggingCosta Tsaousis
2017-02-23allow STREAM receiver to unblock the single threaded web serverCosta Tsaousis
2017-02-23fixed typo No 2Costa Tsaousis (ktsaou)
2017-02-23fixed typoCosta Tsaousis (ktsaou)
2017-02-23log all accesses to the STREAM APICosta Tsaousis (ktsaou)
2017-02-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22fixed typo (again)Costa Tsaousis (ktsaou)
2017-02-22fixed typoCosta Tsaousis (ktsaou)
2017-02-22implemented API authenticationCosta Tsaousis (ktsaou)
2017-02-22appconfig now supports different multiple configurations - added support for ...Costa Tsaousis (ktsaou)
2017-02-22exit the web client thread when netdata exitsCosta Tsaousis (ktsaou)
2017-02-22prevent the charts from moving into the futureCosta Tsaousis (ktsaou)
2017-02-22pass microseconds to central netdata; fix unittest not initializing properlyCosta Tsaousis (ktsaou)
2017-02-22create health directory for each hostCosta Tsaousis (ktsaou)
2017-02-22do not try to reconnect too soonCosta Tsaousis
2017-02-22avoid deadlock in push thread in case of errorsCosta Tsaousis (ktsaou)
2017-02-22operational stream mode - added more descriptive logs for errorsCosta Tsaousis (ktsaou)
2017-02-22switch from HTTP to stream dataCosta Tsaousis (ktsaou)
2017-02-22properly lock all sensitive linked listsCosta Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22added /stream/ URL that redirects socket to plugins.d for processing - api ke...Costa Tsaousis (ktsaou)
2017-02-22added localhost as a fixed name localhost can be referredCosta Tsaousis (ktsaou)
2017-02-22RRDHOSTs free all their memory (all substructures) when they are deallocatedCosta Tsaousis (ktsaou)
2017-02-22unified rrd locksCosta Tsaousis (ktsaou)