summaryrefslogtreecommitdiffstats
path: root/src/rrdpush.c
AgeCommit message (Expand)Author
2017-05-13slaves propagate registry_hostname to master, which is now used for alarm not...Costa Tsaousis (ktsaou)
2017-05-07added more debug info in streamingCosta Tsaousis (ktsaou)
2017-05-07added debug info to rrdpush sending side, for tracing issue #2154Costa Tsaousis (ktsaou)
2017-05-07detect streaming cannot send data and re-connect; fixes #2154Costa Tsaousis (ktsaou)
2017-05-04operational statsd with custom appsCosta Tsaousis (ktsaou)
2017-04-22detect database is too far behind and other minor timing improvementsCosta Tsaousis (ktsaou)
2017-03-13database size for mirrored hosts is now aligned to page sizeCosta Tsaousis (ktsaou)
2017-03-13make sure disconnected_time is updated before decrementing sendersCosta Tsaousis (ktsaou)
2017-03-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2017-03-09more information about metrics streaming; setting to cleanup orphan hosts on ...Costa Tsaousis (ktsaou)
2017-03-01delete obsolete charts and orphan hosts by defaultCosta Tsaousis (ktsaou)
2017-03-01detect stopped cgroups immediatelyCosta Tsaousis (ktsaou)
2017-03-01prevent cancelling the sending thread with locks in placeCosta Tsaousis (ktsaou)
2017-03-01fixes identified by coverityCosta Tsaousis (ktsaou)
2017-02-27disable streaming by defaultCosta Tsaousis (ktsaou)
2017-02-26allow netdata to cleanup orphan hosts that have not pushed any metrics for so...Costa Tsaousis (ktsaou)
2017-02-25avoid code duplicationCosta Tsaousis (ktsaou)
2017-02-25proxies disconnect and reconnect to follow the receiving sideCosta Tsaousis (ktsaou)
2017-02-25disconnect sending socket when the receiving has been disconnectedCosta Tsaousis (ktsaou)
2017-02-25moved [stream] configuration to stream.confCosta 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-24prevent remote hosts from taking the localhost positionCosta Tsaousis (ktsaou)
2017-02-24prevent unecessary error log when streaming is disabledCosta 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-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-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22implemented API authenticationCosta Tsaousis (ktsaou)
2017-02-22prevent the charts from moving into the futureCosta 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)