]> arthur.barton.de Git - netdata.git/commit
draft implementation of netdata central push server - untested
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 19 Feb 2017 22:58:06 +0000 (00:58 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 21 Feb 2017 23:00:25 +0000 (01:00 +0200)
commit489f4dfccb2259103175c01c4b51d76946248629
treed4a01b28e2ef38bc2c388b9b491cacf6dbf742fc
parent20190a026beeec38dee18ba38ef008a4b9f275da
draft implementation of netdata central push server - untested
23 files changed:
CMakeLists.txt
src/Makefile.am
src/backends.c
src/common.h
src/health.c
src/health.h
src/main.c
src/plugin_nfacct.c
src/plugins_d.c
src/plugins_d.h
src/registry_init.c
src/rrd.c
src/rrd.h
src/rrddim.c
src/rrdhost.c
src/rrdpush.c [new file with mode: 0644]
src/rrdpush.h [new file with mode: 0644]
src/rrdset.c
src/socket.c
src/socket.h
src/unit_test.c
src/web_client.c
web/index.html