]> arthur.barton.de Git - netdata.git/commit
added rrd memory mode "none" to allow netdata act as a proxy to forward metrics to...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 23 Feb 2017 20:39:57 +0000 (22:39 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 23 Feb 2017 20:39:57 +0000 (22:39 +0200)
commit1958a34558a2874bb771a9d92dd121f1118e45dc
tree86b78becb70a16aa405597f422da41374a33c8ec
parent28a441fb4034d81ce9e0cebad354199ac5b8250a
added rrd memory mode "none" to allow netdata act as a proxy to forward metrics to another netdata
14 files changed:
CMakeLists.txt
src/Makefile.am
src/common.h
src/main.c
src/rrd.c
src/rrd.h
src/rrddim.c
src/rrdset.c
src/web_api_old.c [new file with mode: 0644]
src/web_api_old.h [new file with mode: 0644]
src/web_api_v1.c [new file with mode: 0644]
src/web_api_v1.h [new file with mode: 0644]
src/web_client.c
src/web_client.h