summaryrefslogtreecommitdiffstats
path: root/src/rrdpush.c
AgeCommit message (Expand)Author
2017-09-07more descriptive streaming error messagesCosta Tsaousis (ktsaou)
2017-09-07allow streaming to work on FreeBSD; #2683Costa Tsaousis (ktsaou)
2017-08-13better detection of system suspension, to prevent alarms after wake up; fixes...Costa Tsaousis (ktsaou)
2017-07-11allow netdata slaves to overwrite host tags without restarting the masterCosta Tsaousis (ktsaou)
2017-07-02statsd metrics do not loose their first data collection due to interpolation;...Costa Tsaousis (ktsaou)
2017-07-02when a chart is obsolete, its definition has to be pushed upstream manuallyCosta Tsaousis (ktsaou)
2017-07-02enhance the plugins protocol to support flags per chart; 2 flags added: "deta...Costa Tsaousis (ktsaou)
2017-06-22log a line in error.log if multiple slaves are sending metrics for the same h...Costa Tsaousis (ktsaou)
2017-06-20use the machine_guid instead of the key in the machine guid error log entryJason Priebe
2017-06-20fixed error log message to use the key (was using the machine_guid by mistake)Jason Priebe
2017-06-17prevent NULL dereference when host tags are not setCosta Tsaousis (ktsaou)
2017-06-17rename variable "opentsdb host tags" to "host tags"; move it from the backend...Costa Tsaousis (ktsaou)
2017-06-15cleanup obsolete host files; #2329Costa Tsaousis (ktsaou)
2017-06-09allow streaming strings to be escaped in a json compatible way; #2276Costa Tsaousis (ktsaou)
2017-06-08do not show gaps on the charts of a netdata slave when the master is not avai...Costa Tsaousis (ktsaou)
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)