mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 19:22:40 +00:00

##### 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
21 lines
342 B
Makefile
21 lines
342 B
Makefile
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
SUBDIRS = \
|
|
badges \
|
|
queries \
|
|
exporters \
|
|
formatters \
|
|
health \
|
|
$(NULL)
|
|
|
|
dist_noinst_DATA = \
|
|
README.md \
|
|
$(NULL)
|
|
|
|
dist_web_DATA = \
|
|
netdata-swagger.yaml \
|
|
netdata-swagger.json \
|
|
$(NULL)
|