From 8d498b6a4784a13658f7d30e6d5f1c99762f5e2a Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Fri, 22 Jan 2021 10:39:32 +0100 Subject: [PATCH] M #-: Fix lxd,firecracker probes (#691) --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index dafb77251a..6340eb5b56 100755 --- a/install.sh +++ b/install.sh @@ -352,12 +352,14 @@ VAR_DIRS="$VAR_LOCATION/remotes \ $VAR_LOCATION/remotes/im/lxd-probes.d/host/system \ $VAR_LOCATION/remotes/im/lxd-probes.d/vm/monitor \ $VAR_LOCATION/remotes/im/lxd-probes.d/vm/status \ + $VAR_LOCATION/remotes/im/lxd-probes.d/vm/snapshot \ $VAR_LOCATION/remotes/im/firecracker.d \ $VAR_LOCATION/remotes/im/firecracker-probes.d/host/beacon \ $VAR_LOCATION/remotes/im/firecracker-probes.d/host/monitor \ $VAR_LOCATION/remotes/im/firecracker-probes.d/host/system \ $VAR_LOCATION/remotes/im/firecracker-probes.d/vm/monitor \ $VAR_LOCATION/remotes/im/firecracker-probes.d/vm/status \ + $VAR_LOCATION/remotes/im/firecracker-probes.d/vm/snapshot \ $VAR_LOCATION/remotes/im/vcenter.d \ $VAR_LOCATION/remotes/im/ec2.d \ $VAR_LOCATION/remotes/im/ec2-probes.d/host/beacon \