From 7388ce506c9879e5c9d7b3942dbf0f330310f81c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 10:43:49 +0100 Subject: [PATCH] analyse local disks --- scrutiny/rootfs/etc/services.d/script/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/rootfs/etc/services.d/script/run b/scrutiny/rootfs/etc/services.d/script/run index 102451923..ba360e72c 100644 --- a/scrutiny/rootfs/etc/services.d/script/run +++ b/scrutiny/rootfs/etc/services.d/script/run @@ -11,4 +11,4 @@ fi timeout ${timeout_argument} "${timeout}" \ bash -c \ "until echo > /dev/tcp/${host}/${port} ; do sleep 0.5; done" \ ->/dev/null 2>&1 && scrutiny-collector-metrics run || echo "port $port is not available" +>/dev/null 2>&1 && exec scrutiny-collector-metrics run || echo "port $port is not available"