From 08649bec373555144878b4314e87c9a8eb38c82e Mon Sep 17 00:00:00 2001 From: Chris Akritidis <43294513+cakrit@users.noreply.github.com> Date: Tue, 15 Jan 2019 12:49:28 +0100 Subject: Port ACLs, Management API and Health commands (#4969) ##### Summary fixes #2673 fixes #2149 fixes #5017 fixes #3830 fixes #3187 fixes #5154 Implements a command API for health which will accept commands via a socket to selectively suppress health checks. Allows different ports to accept different request types (streaming, dashboard, api, registry, netdata.conf, badges, management) Removes support for multi-threaded and single-threaded web servers. ##### Component Name health, daemon --- build/subst.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build/subst.inc b/build/subst.inc index 508c0e142b..558d33adf9 100644 --- a/build/subst.inc +++ b/build/subst.inc @@ -5,6 +5,8 @@ -e 's#[@]configdir_POST@#$(configdir)#g' \ -e 's#[@]libconfigdir_POST@#$(libconfigdir)#g' \ -e 's#[@]cachedir_POST@#$(cachedir)#g' \ + -e 's#[@]registrydir_POST@#$(registrydir)#g' \ + -e 's#[@]varlibdir_POST@#$(varlibdir)#g' \ $< > $@.tmp; then \ mv "$@.tmp" "$@"; \ else \ -- cgit v1.2.3