From 4acc880bab388c6ea61a1016dcbc44e387dd932c Mon Sep 17 00:00:00 2001 From: Andrew Moss <1043609+amoss@users.noreply.github.com> Date: Tue, 10 Mar 2020 12:21:32 +0100 Subject: Improve ACLK according to results of the smoke-test. (#8358) * Cleaning up the ACLK part 2 (#8187) * Initial proxy support implementation (#8146) * Implement the ACLK Challenge-Response Authentication (#8317) Co-authored-by: Timo <6674623+underhood@users.noreply.github.com> --- build_external/clean-install-arch-extras.Dockerfile | 2 +- build_external/clean-install-arch.Dockerfile | 4 ++-- build_external/projects/aclk-testing/agent-valgrind-compose.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'build_external') diff --git a/build_external/clean-install-arch-extras.Dockerfile b/build_external/clean-install-arch-extras.Dockerfile index 270e74fb0c..47939039e4 100644 --- a/build_external/clean-install-arch-extras.Dockerfile +++ b/build_external/clean-install-arch-extras.Dockerfile @@ -19,7 +19,7 @@ RUN pacman --noconfirm --needed -S autoconf \ pkgconfig \ python \ libvirt \ - libwebsockets \ + cmake \ valgrind ARG ACLK=no diff --git a/build_external/clean-install-arch.Dockerfile b/build_external/clean-install-arch.Dockerfile index 2438a56082..bb8274f050 100644 --- a/build_external/clean-install-arch.Dockerfile +++ b/build_external/clean-install-arch.Dockerfile @@ -19,7 +19,7 @@ RUN pacman --noconfirm --needed -S autoconf \ pkgconfig \ python \ libvirt \ - libwebsockets + cmake ARG ACLK=no ARG EXTRA_CFLAGS @@ -51,4 +51,4 @@ RUN ln -sf /dev/stdout /var/log/netdata/access.log RUN ln -sf /dev/stdout /var/log/netdata/debug.log RUN ln -sf /dev/stderr /var/log/netdata/error.log -CMD ["/usr/sbin/netdata", "-D"] \ No newline at end of file +CMD ["/usr/sbin/netdata", "-D"] diff --git a/build_external/projects/aclk-testing/agent-valgrind-compose.yml b/build_external/projects/aclk-testing/agent-valgrind-compose.yml index 98075156d7..dcb373babf 100644 --- a/build_external/projects/aclk-testing/agent-valgrind-compose.yml +++ b/build_external/projects/aclk-testing/agent-valgrind-compose.yml @@ -7,13 +7,13 @@ services: args: - DISTRO=arch - VERSION=extras - image: arch_current_dev:latest + image: arch_extras_dev:latest command: > sh -c "echo -n 00000000-0000-0000-0000-000000000000 >/etc/netdata/claim.d/claimed_id && echo '[agent_cloud_link]' >>/etc/netdata/netdata.conf && echo ' agent cloud link hostname = vernemq' >>/etc/netdata/netdata.conf && echo ' agent cloud link port = 9002' >>/etc/netdata/netdata.conf && - /usr/sbin/valgrind --leak-check=full /usr/sbin/netdata -D" + /usr/sbin/valgrind --leak-check=full /usr/sbin/netdata -D -W debug_flags=0x200000000" ports: - 20000:19999 -- cgit v1.2.3