]> arthur.barton.de Git - netdata.git/history - src/rrdhost.c
create health directory for each host
[netdata.git] / src / rrdhost.c
2017-02-21 Costa Tsaousis ... create health directory for each host
2017-02-21 Costa Tsaousis ... properly lock all sensitive linked lists
2017-02-21 Costa Tsaousis ... draft implementation of netdata central push server...
2017-02-21 Costa Tsaousis ... RRDHOSTs free all their memory (all substructures)...
2017-02-21 Costa Tsaousis ... unified rrd locks
2017-02-21 Costa Tsaousis ... removed static references to localhost from the API
2017-02-21 Costa Tsaousis ... delete the host from the index and it is removed
2017-02-21 Costa Tsaousis ... hosts except localhost save files in subdirectory in...
2017-02-21 Costa Tsaousis ... unified rrdset and rrddim to use enum for flags
2017-02-21 Costa Tsaousis ... remove references to localhost from registry - now...
2017-02-21 Costa Tsaousis ... each host can have its own settings for history, update...
2017-02-21 Costa Tsaousis ... memory mode and health configuration per host
2017-02-21 Costa Tsaousis ... every host has its own health
2017-02-21 Costa Tsaousis ... external plugins can now work for a specific host
2017-02-21 Costa Tsaousis ... localhost is now dynamic
2017-02-18 Costa Tsaousis ... split rrd.c into multiple files